#C0FD54

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

Shades of Conifer #C0FD54

Tints of Conifer #C0FD54

Color information

#C0FD54 (or 0xC0FD54) is unknown color: approx Conifer. HEX triplet: C0, FD and 54. RGB value is (192,253,84). Sum of RGB (Red+Green+Blue) = 192+253+84=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD54 is #3F02AB. Grayscale: #D8D8D8. Windows color (decimal): -4129452 or 5569984. OLE color: 5569984.

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

Color convert

RGB19225384-
CMYK0.2400.670.01
HSL81.66º97.69%66.08%-
HSV(B)81.66º66.8%99.22%-
XYZ58.4682.121.15-
YUV215.4953.79111.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 253 (99.22% from 255) = 47.83%
BLUE value IS 84 (33.20% from 255) = 15.88%
R=36.29%
G=47.83%
B=15.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192253840.2400.670.0181.6697.6966.08
HexC0FD54180431526242
Octal3003751243001031122142102
Binary1100000011111101101010011000010000111101001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FD54; }

 p { color: rgb(192,253,84); }

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

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

 a { background-color: rgb(192,253,84); }

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

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

 span { border-color: rgb(192,253,84); }

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