Html Css Color HEX #B2ED74 Sulu

📋 copy color: '#B2ED74'

red 178 ◦ green 237 ◦ blue 116

#B2ED74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B2ED74

Tints of Sulu #B2ED74

RGB

 RED value IS 178 (69.92% from 255) = 33.52%

 GREEN value IS 237 (92.97% from 255) = 44.63%

 BLUE value IS 116 (45.7% from 255) = 21.85%

R = 33.52%
G = 44.63%
B = 21.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2ED74 (or 0xB2ED74) is known color: Sulu. HEX triplet: B2, ED and 74. RGB value is (178,237,116). Sum of RGB (Red+Green+Blue) = 178+237+116=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED74 is #4D128B. Grayscale: #CDCDCD. Windows color (decimal): -5051020 or 7663026. OLE color: 7663026.

HSL color Cylindrical-coordinate representation of color #B2ED74: hue angle of 89.26º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2ED74 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 116 -
CMYK 0.25 0 0.51 0.07
HSL 89.26º 0.77% 0.69% -
HSV(B) 89.26º 0.51% 0.93% -
XYZ 51.8 71.29 27.55 -
YUV 205.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 178 237 116 0.25 0 0.51 0.07 89.26 0.77 0.69
Hex B2 ED 74 19 0 33 7 59 4D 45
Octal 262 355 164 31 0 63 7 131 115 105
Binary 10110010 11101101 1110100 11001 0 110011 111 1011001 1001101 1000101

Color Harmonies of #B2ED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ED74

Black with #B2ED74

Text Example


Text Example

White with #B2ED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ED74; }

 p { color: rgb(178,237,116); }

 H1.HeaderClassName
 {
   color: #B2ED74;
 }
 .AnyTagClassName
 {
   color: #B2ED74;
 }
</style>

background-color css

<style>
 a { background-color: #B2ED74; }

 a { background-color: rgb(178,237,116); }

 div.DivClassName
 {
   background-color: #B2ED74;
 }
 .BgClassName
 {
   background-color: #B2ED74;
 }
</style>

border-color css

<style>
 span { border-color: #B2ED74; }

 span { border-color: rgb(178,237,116); }

 td.TdClassName
 {
   border-color: #B2ED74;
 }
 .TagClassName
 {
   border-color: #B2ED74;
 }
</style>