#B5F95C

Color #B5F95C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B5F95C

Tints of Conifer #B5F95C

Color information

#B5F95C (or 0xB5F95C) is unknown color: approx Conifer. HEX triplet: B5, F9 and 5C. RGB value is (181,249,92). Sum of RGB (Red+Green+Blue) = 181+249+92=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F95C is #4A06A3. Grayscale: #D3D3D3. Windows color (decimal): -4851364 or 6093237. OLE color: 6093237.

HSL color Cylindrical-coordinate representation of color #B5F95C: hue angle of 85.99º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5F95C is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB18124992-
CMYK0.2700.630.02
HSL85.99º92.9%66.86%-
HSV(B)85.99º63.05%97.65%-
XYZ54.8678.3522.36-
YUV210.7760.97106.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 92 (36.33% from 255) = 17.62%
R=34.67%
G=47.70%
B=17.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181249920.2700.630.0285.9992.966.86
HexB5F95C1B03F2565d43
Octal265371134330772126135103
Binary1011010111111001101110011011011111110101011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F95C; }

 p { color: rgb(181,249,92); }

 H1.HeaderClassName
 {
   color: #B5F95C;
 }
 .AnyTagClassName
 {
   color: #B5F95C;
 }
</style>
background-color css

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

 a { background-color: rgb(181,249,92); }

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

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

 span { border-color: rgb(181,249,92); }

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