Html Css Color HEX #B0DD3E Conifer

📋 copy color: '#B0DD3E'

red 176 ◦ green 221 ◦ blue 62

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

Shades of Conifer #B0DD3E

Tints of Conifer #B0DD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.51%

R = 38.34%
G = 48.15%
B = 13.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#B0DD3E (or 0xB0DD3E) is known color: Conifer. HEX triplet: B0, DD and 3E. RGB value is (176,221,62). Sum of RGB (Red+Green+Blue) = 176+221+62=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DD3E is #4F22C1. Grayscale: #BEBEBE. Windows color (decimal): -5186242 or 4119984. OLE color: 4119984.

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

Color convert

RGB 176 221 62 -
CMYK 0.20 0 0.72 0.13
HSL 76.98º 0.7% 0.55% -
HSV(B) 76.98º 0.72% 0.87% -
XYZ 44.63 61.29 14.04 -
YUV 189.42 56.09 118.43 -
System Red Green Blue C M Y K H S L
Decimal 176 221 62 0.20 0 0.72 0.13 76.98 0.7 0.55
Hex B0 DD 3E 14 0 48 D 4D 46 37
Octal 260 335 76 24 0 110 15 115 106 67
Binary 10110000 11011101 111110 10100 0 1001000 1101 1001101 1000110 110111

Color Harmonies of #B0DD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD3E

Black with #B0DD3E

Text Example


Text Example

White with #B0DD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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