#C0FB52

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

Shades of Conifer #C0FB52

Tints of Conifer #C0FB52

Color information

#C0FB52 (or 0xC0FB52) is unknown color: approx Conifer. HEX triplet: C0, FB and 52. RGB value is (192,251,82). Sum of RGB (Red+Green+Blue) = 192+251+82=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB52 is #3F04AD. Grayscale: #D6D6D6. Windows color (decimal): -4129966 or 5438400. OLE color: 5438400.

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

Color convert

RGB19225182-
CMYK0.2400.670.02
HSL80.95º95.48%65.29%-
HSV(B)80.95º67.33%98.43%-
XYZ57.7680.8120.54-
YUV214.0953.45112.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 251 (98.44% from 255) = 47.81%
BLUE value IS 82 (32.42% from 255) = 15.62%
R=36.57%
G=47.81%
B=15.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192251820.2400.670.0280.9595.4865.29
HexC0FB52180432515f41
Octal3003731223001032121137101
Binary11000000111110111010010110000100001110101000110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FB52; }

 p { color: rgb(192,251,82); }

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

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

 a { background-color: rgb(192,251,82); }

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

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

 span { border-color: rgb(192,251,82); }

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