Html Css Color HEX #B0E044 Conifer

📋 copy color: '#B0E044'

red 176 ◦ green 224 ◦ blue 68

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

Shades of Conifer #B0E044

Tints of Conifer #B0E044

RGB

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

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

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

R = 37.61%
G = 47.86%
B = 14.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#B0E044 (or 0xB0E044) is known color: Conifer. HEX triplet: B0, E0 and 44. RGB value is (176,224,68). Sum of RGB (Red+Green+Blue) = 176+224+68=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E044 is #4F1FBB. Grayscale: #C0C0C0. Windows color (decimal): -5185468 or 4513968. OLE color: 4513968.

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

Color convert

RGB 176 224 68 -
CMYK 0.21 0 0.70 0.12
HSL 78.46º 0.72% 0.57% -
HSV(B) 78.46º 0.7% 0.88% -
XYZ 45.6 62.96 15.22 -
YUV 191.86 58.1 116.68 -
System Red Green Blue C M Y K H S L
Decimal 176 224 68 0.21 0 0.70 0.12 78.46 0.72 0.57
Hex B0 E0 44 15 0 46 C 4E 48 39
Octal 260 340 104 25 0 106 14 116 110 71
Binary 10110000 11100000 1000100 10101 0 1000110 1100 1001110 1001000 111001

Color Harmonies of #B0E044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E044

Black with #B0E044

Text Example


Text Example

White with #B0E044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E044; }

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

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

background-color css

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

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

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

border-color css

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

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

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