Html Css Color HEX #B0DB44 Conifer

📋 copy color: '#B0DB44'

red 176 ◦ green 219 ◦ blue 68

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

Shades of Conifer #B0DB44

Tints of Conifer #B0DB44

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

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

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 38.01%
G = 47.3%
B = 14.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#B0DB44 (or 0xB0DB44) is known color: Conifer. HEX triplet: B0, DB and 44. RGB value is (176,219,68). Sum of RGB (Red+Green+Blue) = 176+219+68=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB44 is #4F24BB. Grayscale: #BDBDBD. Windows color (decimal): -5186748 or 4512688. OLE color: 4512688.

HSL color Cylindrical-coordinate representation of color #B0DB44: hue angle of 77.09º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0DB44 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 68 -
CMYK 0.20 0 0.69 0.14
HSL 77.09º 0.68% 0.56% -
HSV(B) 77.09º 0.69% 0.86% -
XYZ 44.28 60.31 14.78 -
YUV 188.93 59.75 118.78 -
System Red Green Blue C M Y K H S L
Decimal 176 219 68 0.20 0 0.69 0.14 77.09 0.68 0.56
Hex B0 DB 44 14 0 45 E 4D 44 38
Octal 260 333 104 24 0 105 16 115 104 70
Binary 10110000 11011011 1000100 10100 0 1000101 1110 1001101 1000100 111000

Color Harmonies of #B0DB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB44

Black with #B0DB44

Text Example


Text Example

White with #B0DB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB44; }

 p { color: rgb(176,219,68); }

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

background-color css

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

 a { background-color: rgb(176,219,68); }

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

border-color css

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

 span { border-color: rgb(176,219,68); }

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