Html Css Color HEX #B4DD70 Sulu

📋 copy color: '#B4DD70'

red 180 ◦ green 221 ◦ blue 112

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

Shades of Sulu #B4DD70

Tints of Sulu #B4DD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.08%

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 35.09%
G = 43.08%
B = 21.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#B4DD70 (or 0xB4DD70) is known color: Sulu. HEX triplet: B4, DD and 70. RGB value is (180,221,112). Sum of RGB (Red+Green+Blue) = 180+221+112=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD70 is #4B228F. Grayscale: #C4C4C4. Windows color (decimal): -4924048 or 7396788. OLE color: 7396788.

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

Color convert

RGB 180 221 112 -
CMYK 0.19 0 0.49 0.13
HSL 82.57º 0.62% 0.65% -
HSV(B) 82.57º 0.49% 0.87% -
XYZ 47.6 62.59 24.9 -
YUV 196.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 180 221 112 0.19 0 0.49 0.13 82.57 0.62 0.65
Hex B4 DD 70 13 0 31 D 53 3E 41
Octal 264 335 160 23 0 61 15 123 76 101
Binary 10110100 11011101 1110000 10011 0 110001 1101 1010011 111110 1000001

Color Harmonies of #B4DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DD70

Black with #B4DD70

Text Example


Text Example

White with #B4DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DD70; }

 p { color: rgb(180,221,112); }

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

background-color css

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

 a { background-color: rgb(180,221,112); }

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

border-color css

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

 span { border-color: rgb(180,221,112); }

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