Html Css Color HEX #B0E040 Conifer

📋 copy color: '#B0E040'

red 176 ◦ green 224 ◦ blue 64

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

Shades of Conifer #B0E040

Tints of Conifer #B0E040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 37.93%
G = 48.28%
B = 13.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#B0E040 (or 0xB0E040) is known color: Conifer. HEX triplet: B0, E0 and 40. RGB value is (176,224,64). Sum of RGB (Red+Green+Blue) = 176+224+64=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E040 is #4F1FBF. Grayscale: #BFBFBF. Windows color (decimal): -5185472 or 4251824. OLE color: 4251824.

HSL color Cylindrical-coordinate representation of color #B0E040: hue angle of 78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0E040 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 64 -
CMYK 0.21 0 0.71 0.12
HSL 78º 0.72% 0.56% -
HSV(B) 78º 0.71% 0.88% -
XYZ 45.49 62.91 14.6 -
YUV 191.41 56.1 117.01 -
System Red Green Blue C M Y K H S L
Decimal 176 224 64 0.21 0 0.71 0.12 78 0.72 0.56
Hex B0 E0 40 15 0 47 C 4E 48 38
Octal 260 340 100 25 0 107 14 116 110 70
Binary 10110000 11100000 1000000 10101 0 1000111 1100 1001110 1001000 111000

Color Harmonies of #B0E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E040

Black with #B0E040

Text Example


Text Example

White with #B0E040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E040; }

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

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

background-color css

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

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

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

border-color css

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

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

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