Html Css Color HEX #B5E960 Conifer

📋 copy color: '#B5E960'

red 181 ◦ green 233 ◦ blue 96

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

Shades of Conifer #B5E960

Tints of Conifer #B5E960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.69%

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 35.49%
G = 45.69%
B = 18.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#B5E960 (or 0xB5E960) is known color: Conifer. HEX triplet: B5, E9 and 60. RGB value is (181,233,96). Sum of RGB (Red+Green+Blue) = 181+233+96=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5E960 is #4A169F. Grayscale: #CACACA. Windows color (decimal): -4855456 or 6351285. OLE color: 6351285.

HSL color Cylindrical-coordinate representation of color #B5E960: hue angle of 82.77º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5E960 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 233 96 -
CMYK 0.22 0 0.59 0.09
HSL 82.77º 0.76% 0.65% -
HSV(B) 82.77º 0.59% 0.91% -
XYZ 50.31 68.95 21.72 -
YUV 201.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 181 233 96 0.22 0 0.59 0.09 82.77 0.76 0.65
Hex B5 E9 60 16 0 3B 9 53 4C 41
Octal 265 351 140 26 0 73 11 123 114 101
Binary 10110101 11101001 1100000 10110 0 111011 1001 1010011 1001100 1000001

Color Harmonies of #B5E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E960

Black with #B5E960

Text Example


Text Example

White with #B5E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E960; }

 p { color: rgb(181,233,96); }

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

background-color css

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

 a { background-color: rgb(181,233,96); }

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

border-color css

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

 span { border-color: rgb(181,233,96); }

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