Html Css Color HEX #B2DE74 Sulu

📋 copy color: '#B2DE74'

red 178 ◦ green 222 ◦ blue 116

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

Shades of Sulu #B2DE74

Tints of Sulu #B2DE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

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

R = 34.5%
G = 43.02%
B = 22.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#B2DE74 (or 0xB2DE74) is known color: Sulu. HEX triplet: B2, DE and 74. RGB value is (178,222,116). Sum of RGB (Red+Green+Blue) = 178+222+116=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE74 is #4D218B. Grayscale: #C5C5C5. Windows color (decimal): -5054860 or 7659186. OLE color: 7659186.

HSL color Cylindrical-coordinate representation of color #B2DE74: hue angle of 84.91º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2DE74 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 116 -
CMYK 0.20 0 0.48 0.13
HSL 84.91º 0.62% 0.66% -
HSV(B) 84.91º 0.48% 0.87% -
XYZ 47.63 62.97 26.17 -
YUV 196.76 82.42 114.62 -
System Red Green Blue C M Y K H S L
Decimal 178 222 116 0.20 0 0.48 0.13 84.91 0.62 0.66
Hex B2 DE 74 14 0 30 D 55 3E 42
Octal 262 336 164 24 0 60 15 125 76 102
Binary 10110010 11011110 1110100 10100 0 110000 1101 1010101 111110 1000010

Color Harmonies of #B2DE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DE74

Black with #B2DE74

Text Example


Text Example

White with #B2DE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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