Html Css Color HEX #B2DF76 Sulu

📋 copy color: '#B2DF76'

red 178 ◦ green 223 ◦ blue 118

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

Shades of Sulu #B2DF76

Tints of Sulu #B2DF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

 BLUE value IS 118 (46.48% from 255) = 22.74%

R = 34.3%
G = 42.97%
B = 22.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#B2DF76 (or 0xB2DF76) is known color: Sulu. HEX triplet: B2, DF and 76. RGB value is (178,223,118). Sum of RGB (Red+Green+Blue) = 178+223+118=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF76 is #4D2089. Grayscale: #C5C5C5. Windows color (decimal): -5054602 or 7790514. OLE color: 7790514.

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

Color convert

RGB 178 223 118 -
CMYK 0.20 0 0.47 0.13
HSL 85.71º 0.62% 0.67% -
HSV(B) 85.71º 0.47% 0.87% -
XYZ 48.02 63.55 26.87 -
YUV 197.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 178 223 118 0.20 0 0.47 0.13 85.71 0.62 0.67
Hex B2 DF 76 14 0 2F D 56 3E 43
Octal 262 337 166 24 0 57 15 126 76 103
Binary 10110010 11011111 1110110 10100 0 101111 1101 1010110 111110 1000011

Color Harmonies of #B2DF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF76

Black with #B2DF76

Text Example


Text Example

White with #B2DF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF76; }

 p { color: rgb(178,223,118); }

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

background-color css

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

 a { background-color: rgb(178,223,118); }

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

border-color css

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

 span { border-color: rgb(178,223,118); }

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