#B5FD55

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

Shades of Conifer #B5FD55

Tints of Conifer #B5FD55

Color information

#B5FD55 (or 0xB5FD55) is unknown color: approx Conifer. HEX triplet: B5, FD and 55. RGB value is (181,253,85). Sum of RGB (Red+Green+Blue) = 181+253+85=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD55 is #4A02AA. Grayscale: #D4D4D4. Windows color (decimal): -4850347 or 5635509. OLE color: 5635509.

HSL color Cylindrical-coordinate representation of color #B5FD55: hue angle of 85.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5FD55 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB18125385-
CMYK0.2800.660.01
HSL85.71º97.67%66.27%-
HSV(B)85.71º66.4%99.22%-
XYZ55.8280.7321.23-
YUV212.3256.15105.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 253 (99.22% from 255) = 48.75%
BLUE value IS 85 (33.59% from 255) = 16.38%
R=34.87%
G=48.75%
B=16.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181253850.2800.660.0185.7197.6766.27
HexB5FD551C0421566242
Octal2653751253401021126142102
Binary1011010111111101101010111100010000101101011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FD55; }

 p { color: rgb(181,253,85); }

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

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

 a { background-color: rgb(181,253,85); }

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

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

 span { border-color: rgb(181,253,85); }

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