Html Css Color HEX #B3DD70 Sulu

📋 copy color: '#B3DD70'

red 179 ◦ green 221 ◦ blue 112

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

Shades of Sulu #B3DD70

Tints of Sulu #B3DD70

RGB

 RED value IS 179 (70.31% from 255) = 34.96%

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

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

R = 34.96%
G = 43.16%
B = 21.88%

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

#B3DD70 (or 0xB3DD70) is known color: Sulu. HEX triplet: B3, DD and 70. RGB value is (179,221,112). Sum of RGB (Red+Green+Blue) = 179+221+112=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD70 is #4C228F. Grayscale: #C4C4C4. Windows color (decimal): -4989584 or 7396787. OLE color: 7396787.

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

Color convert

RGB 179 221 112 -
CMYK 0.19 0 0.49 0.13
HSL 83.12º 0.62% 0.65% -
HSV(B) 83.12º 0.49% 0.87% -
XYZ 47.37 62.47 24.89 -
YUV 196.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 179 221 112 0.19 0 0.49 0.13 83.12 0.62 0.65
Hex B3 DD 70 13 0 31 D 53 3E 41
Octal 263 335 160 23 0 61 15 123 76 101
Binary 10110011 11011101 1110000 10011 0 110001 1101 1010011 111110 1000001

Color Harmonies of #B3DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DD70

Black with #B3DD70

Text Example


Text Example

White with #B3DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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