Html Css Color HEX #B0E05E Conifer

📋 copy color: '#B0E05E'

red 176 ◦ green 224 ◦ blue 94

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

Shades of Conifer #B0E05E

Tints of Conifer #B0E05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.03%

R = 35.63%
G = 45.34%
B = 19.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#B0E05E (or 0xB0E05E) is known color: Conifer. HEX triplet: B0, E0 and 5E. RGB value is (176,224,94). Sum of RGB (Red+Green+Blue) = 176+224+94=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E05E is #4F1FA1. Grayscale: #C3C3C3. Windows color (decimal): -5185442 or 6217904. OLE color: 6217904.

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

Color convert

RGB 176 224 94 -
CMYK 0.21 0 0.58 0.12
HSL 82.15º 0.68% 0.62% -
HSV(B) 82.15º 0.58% 0.88% -
XYZ 46.58 63.35 20.36 -
YUV 194.83 71.1 114.57 -
System Red Green Blue C M Y K H S L
Decimal 176 224 94 0.21 0 0.58 0.12 82.15 0.68 0.62
Hex B0 E0 5E 15 0 3A C 52 44 3E
Octal 260 340 136 25 0 72 14 122 104 76
Binary 10110000 11100000 1011110 10101 0 111010 1100 1010010 1000100 111110

Color Harmonies of #B0E05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E05E

Black with #B0E05E

Text Example


Text Example

White with #B0E05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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