Html Css Color HEX #B0E047 Conifer

📋 copy color: '#B0E047'

red 176 ◦ green 224 ◦ blue 71

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

Shades of Conifer #B0E047

Tints of Conifer #B0E047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.07%

R = 37.37%
G = 47.56%
B = 15.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#B0E047 (or 0xB0E047) is known color: Conifer. HEX triplet: B0, E0 and 47. RGB value is (176,224,71). Sum of RGB (Red+Green+Blue) = 176+224+71=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E047 is #4F1FB8. Grayscale: #C0C0C0. Windows color (decimal): -5185465 or 4710576. OLE color: 4710576.

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

Color convert

RGB 176 224 71 -
CMYK 0.21 0 0.68 0.12
HSL 78.82º 0.71% 0.58% -
HSV(B) 78.82º 0.68% 0.88% -
XYZ 45.7 63 15.71 -
YUV 192.21 59.6 116.44 -
System Red Green Blue C M Y K H S L
Decimal 176 224 71 0.21 0 0.68 0.12 78.82 0.71 0.58
Hex B0 E0 47 15 0 44 C 4F 47 3A
Octal 260 340 107 25 0 104 14 117 107 72
Binary 10110000 11100000 1000111 10101 0 1000100 1100 1001111 1000111 111010

Color Harmonies of #B0E047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E047

Black with #B0E047

Text Example


Text Example

White with #B0E047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E047; }

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

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

background-color css

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

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

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

border-color css

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

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

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