Html Css Color HEX #B0DE3C Conifer

📋 copy color: '#B0DE3C'

red 176 ◦ green 222 ◦ blue 60

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

Shades of Conifer #B0DE3C

Tints of Conifer #B0DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

 BLUE value IS 60 (23.83% from 255) = 13.1%

R = 38.43%
G = 48.47%
B = 13.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#B0DE3C (or 0xB0DE3C) is known color: Conifer. HEX triplet: B0, DE and 3C. RGB value is (176,222,60). Sum of RGB (Red+Green+Blue) = 176+222+60=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DE3C is #4F21C3. Grayscale: #BEBEBE. Windows color (decimal): -5185988 or 3989168. OLE color: 3989168.

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

Color convert

RGB 176 222 60 -
CMYK 0.21 0 0.73 0.13
HSL 77.04º 0.71% 0.55% -
HSV(B) 77.04º 0.73% 0.87% -
XYZ 44.84 61.8 13.84 -
YUV 189.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 176 222 60 0.21 0 0.73 0.13 77.04 0.71 0.55
Hex B0 DE 3C 15 0 49 D 4D 47 37
Octal 260 336 74 25 0 111 15 115 107 67
Binary 10110000 11011110 111100 10101 0 1001001 1101 1001101 1000111 110111

Color Harmonies of #B0DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DE3C

Black with #B0DE3C

Text Example


Text Example

White with #B0DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DE3C; }

 p { color: rgb(176,222,60); }

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

background-color css

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

 a { background-color: rgb(176,222,60); }

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

border-color css

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

 span { border-color: rgb(176,222,60); }

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