Html Css Color HEX #B5E35F Conifer

📋 copy color: '#B5E35F'

red 181 ◦ green 227 ◦ blue 95

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

Shades of Conifer #B5E35F

Tints of Conifer #B5E35F

RGB

 RED value IS 181 (71.09% from 255) = 35.98%

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

 BLUE value IS 95 (37.5% from 255) = 18.89%

R = 35.98%
G = 45.13%
B = 18.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#B5E35F (or 0xB5E35F) is known color: Conifer. HEX triplet: B5, E3 and 5F. RGB value is (181,227,95). Sum of RGB (Red+Green+Blue) = 181+227+95=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E35F is #4A1CA0. Grayscale: #C6C6C6. Windows color (decimal): -4856993 or 6284213. OLE color: 6284213.

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

Color convert

RGB 181 227 95 -
CMYK 0.20 0 0.58 0.11
HSL 80.91º 0.7% 0.63% -
HSV(B) 80.91º 0.58% 0.89% -
XYZ 48.59 65.59 20.93 -
YUV 198.2 69.76 115.73 -
System Red Green Blue C M Y K H S L
Decimal 181 227 95 0.20 0 0.58 0.11 80.91 0.7 0.63
Hex B5 E3 5F 14 0 3A B 51 46 3F
Octal 265 343 137 24 0 72 13 121 106 77
Binary 10110101 11100011 1011111 10100 0 111010 1011 1010001 1000110 111111

Color Harmonies of #B5E35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E35F

Black with #B5E35F

Text Example


Text Example

White with #B5E35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E35F; }

 p { color: rgb(181,227,95); }

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

background-color css

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

 a { background-color: rgb(181,227,95); }

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

border-color css

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

 span { border-color: rgb(181,227,95); }

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