#B5FF5C

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

Shades of Conifer #B5FF5C

Tints of Conifer #B5FF5C

Color information

#B5FF5C (or 0xB5FF5C) is unknown color: approx Conifer. HEX triplet: B5, FF and 5C. RGB value is (181,255,92). Sum of RGB (Red+Green+Blue) = 181+255+92=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF5C is #4A00A3. Grayscale: #D6D6D6. Windows color (decimal): -4849828 or 6094773. OLE color: 6094773.

HSL color Cylindrical-coordinate representation of color #B5FF5C: hue angle of 87.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5FF5C is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB18125592-
CMYK0.2900.640
HSL87.24º100%68.04%-
HSV(B)87.24º63.92%100%-
XYZ56.7582.1222.98-
YUV214.2958.98104.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 255 (100% from 255) = 48.30%
BLUE value IS 92 (36.33% from 255) = 17.42%
R=34.28%
G=48.30%
B=17.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181255920.2900.64087.2410068.04
HexB5FF5C1D0400576444
Octal2653771343501000127144104
Binary1011010111111111101110011101010000000101011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FF5C; }

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

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

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

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

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

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

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

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