Html Css Color HEX #B2DD70 Sulu

📋 copy color: '#B2DD70'

red 178 ◦ green 221 ◦ blue 112

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

Shades of Sulu #B2DD70

Tints of Sulu #B2DD70

RGB

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

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

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

R = 34.83%
G = 43.25%
B = 21.92%

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

#B2DD70 (or 0xB2DD70) is known color: Sulu. HEX triplet: B2, DD and 70. RGB value is (178,221,112). Sum of RGB (Red+Green+Blue) = 178+221+112=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD70 is #4D228F. Grayscale: #C4C4C4. Windows color (decimal): -5055120 or 7396786. OLE color: 7396786.

HSL color Cylindrical-coordinate representation of color #B2DD70: hue angle of 83.67º 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 #B2DD70 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 112 -
CMYK 0.19 0 0.49 0.13
HSL 83.67º 0.62% 0.65% -
HSV(B) 83.67º 0.49% 0.87% -
XYZ 47.14 62.35 24.88 -
YUV 195.72 80.75 115.36 -
System Red Green Blue C M Y K H S L
Decimal 178 221 112 0.19 0 0.49 0.13 83.67 0.62 0.65
Hex B2 DD 70 13 0 31 D 54 3E 41
Octal 262 335 160 23 0 61 15 124 76 101
Binary 10110010 11011101 1110000 10011 0 110001 1101 1010100 111110 1000001

Color Harmonies of #B2DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD70

Black with #B2DD70

Text Example


Text Example

White with #B2DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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