Html Css Color HEX #B0EA3E Conifer

📋 copy color: '#B0EA3E'

red 176 ◦ green 234 ◦ blue 62

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

Shades of Conifer #B0EA3E

Tints of Conifer #B0EA3E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.58%

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

R = 37.29%
G = 49.58%
B = 13.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#B0EA3E (or 0xB0EA3E) is known color: Conifer. HEX triplet: B0, EA and 3E. RGB value is (176,234,62). Sum of RGB (Red+Green+Blue) = 176+234+62=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EA3E is #4F15C1. Grayscale: #C5C5C5. Windows color (decimal): -5182914 or 4123312. OLE color: 4123312.

HSL color Cylindrical-coordinate representation of color #B0EA3E: hue angle of 80.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0EA3E is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 62 -
CMYK 0.25 0 0.74 0.08
HSL 80.23º 0.8% 0.58% -
HSV(B) 80.23º 0.74% 0.92% -
XYZ 48.2 68.42 15.22 -
YUV 197.05 51.78 112.99 -
System Red Green Blue C M Y K H S L
Decimal 176 234 62 0.25 0 0.74 0.08 80.23 0.8 0.58
Hex B0 EA 3E 19 0 4A 8 50 50 3A
Octal 260 352 76 31 0 112 10 120 120 72
Binary 10110000 11101010 111110 11001 0 1001010 1000 1010000 1010000 111010

Color Harmonies of #B0EA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA3E

Black with #B0EA3E

Text Example


Text Example

White with #B0EA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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