#9CFD55

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

Shades of Conifer #9CFD55

Tints of Conifer #9CFD55

Color information

#9CFD55 (or 0x9CFD55) is unknown color: approx Conifer. HEX triplet: 9C, FD and 55. RGB value is (156,253,85). Sum of RGB (Red+Green+Blue) = 156+253+85=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD55 is #6302AA. Grayscale: #CDCDCD. Windows color (decimal): -6488747 or 5635484. OLE color: 5635484.

HSL color Cylindrical-coordinate representation of color #9CFD55: hue angle of 94.64º 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 #9CFD55 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB15625385-
CMYK0.3800.660.01
HSL94.64º97.67%66.27%-
HSV(B)94.64º66.4%99.22%-
XYZ50.4877.9720.98-
YUV204.8460.3693.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 253 (99.22% from 255) = 51.21%
BLUE value IS 85 (33.59% from 255) = 17.21%
R=31.58%
G=51.21%
B=17.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal156253850.3800.660.0194.6497.6766.27
Hex9CFD552604215f6242
Octal2343751254601021137142102
Binary10011100111111011010101100110010000101101111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CFD55; }

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

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

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

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

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

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

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

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