Html Css Color HEX #B0E35E Conifer

📋 copy color: '#B0E35E'

red 176 ◦ green 227 ◦ blue 94

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

Shades of Conifer #B0E35E

Tints of Conifer #B0E35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.67%

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

R = 35.41%
G = 45.67%
B = 18.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#B0E35E (or 0xB0E35E) is known color: Conifer. HEX triplet: B0, E3 and 5E. RGB value is (176,227,94). Sum of RGB (Red+Green+Blue) = 176+227+94=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E35E is #4F1CA1. Grayscale: #C5C5C5. Windows color (decimal): -5184674 or 6218672. OLE color: 6218672.

HSL color Cylindrical-coordinate representation of color #B0E35E: hue angle of 83.01º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0E35E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 94 -
CMYK 0.22 0 0.59 0.11
HSL 83.01º 0.7% 0.63% -
HSV(B) 83.01º 0.59% 0.89% -
XYZ 47.39 64.98 20.63 -
YUV 196.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 176 227 94 0.22 0 0.59 0.11 83.01 0.7 0.63
Hex B0 E3 5E 16 0 3B B 53 46 3F
Octal 260 343 136 26 0 73 13 123 106 77
Binary 10110000 11100011 1011110 10110 0 111011 1011 1010011 1000110 111111

Color Harmonies of #B0E35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E35E

Black with #B0E35E

Text Example


Text Example

White with #B0E35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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