Html Css Color HEX #B0DD40 Conifer

📋 copy color: '#B0DD40'

red 176 ◦ green 221 ◦ blue 64

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

Shades of Conifer #B0DD40

Tints of Conifer #B0DD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.88%

R = 38.18%
G = 47.94%
B = 13.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#B0DD40 (or 0xB0DD40) is known color: Conifer. HEX triplet: B0, DD and 40. RGB value is (176,221,64). Sum of RGB (Red+Green+Blue) = 176+221+64=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DD40 is #4F22BF. Grayscale: #BEBEBE. Windows color (decimal): -5186240 or 4251056. OLE color: 4251056.

HSL color Cylindrical-coordinate representation of color #B0DD40: hue angle of 77.2º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0DD40 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 64 -
CMYK 0.20 0 0.71 0.13
HSL 77.2º 0.7% 0.56% -
HSV(B) 77.2º 0.71% 0.87% -
XYZ 44.69 61.31 14.33 -
YUV 189.65 57.09 118.27 -
System Red Green Blue C M Y K H S L
Decimal 176 221 64 0.20 0 0.71 0.13 77.2 0.7 0.56
Hex B0 DD 40 14 0 47 D 4D 46 38
Octal 260 335 100 24 0 107 15 115 106 70
Binary 10110000 11011101 1000000 10100 0 1000111 1101 1001101 1000110 111000

Color Harmonies of #B0DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD40

Black with #B0DD40

Text Example


Text Example

White with #B0DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD40; }

 p { color: rgb(176,221,64); }

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

background-color css

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

 a { background-color: rgb(176,221,64); }

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

border-color css

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

 span { border-color: rgb(176,221,64); }

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