Html Css Color HEX #B4DB72 Sulu

📋 copy color: '#B4DB72'

red 180 ◦ green 219 ◦ blue 114

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

Shades of Sulu #B4DB72

Tints of Sulu #B4DB72

RGB

 RED value IS 180 (70.7% from 255) = 35.09%

 GREEN value IS 219 (85.94% from 255) = 42.69%

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 35.09%
G = 42.69%
B = 22.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#B4DB72 (or 0xB4DB72) is known color: Sulu. HEX triplet: B4, DB and 72. RGB value is (180,219,114). Sum of RGB (Red+Green+Blue) = 180+219+114=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB72 is #4B248D. Grayscale: #C3C3C3. Windows color (decimal): -4924558 or 7527348. OLE color: 7527348.

HSL color Cylindrical-coordinate representation of color #B4DB72: hue angle of 82.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4DB72 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 114 -
CMYK 0.18 0 0.48 0.14
HSL 82.29º 0.59% 0.65% -
HSV(B) 82.29º 0.48% 0.86% -
XYZ 47.19 61.58 25.32 -
YUV 195.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 180 219 114 0.18 0 0.48 0.14 82.29 0.59 0.65
Hex B4 DB 72 12 0 30 E 52 3B 41
Octal 264 333 162 22 0 60 16 122 73 101
Binary 10110100 11011011 1110010 10010 0 110000 1110 1010010 111011 1000001

Color Harmonies of #B4DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB72

Black with #B4DB72

Text Example


Text Example

White with #B4DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB72; }

 p { color: rgb(180,219,114); }

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

background-color css

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

 a { background-color: rgb(180,219,114); }

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

border-color css

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

 span { border-color: rgb(180,219,114); }

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