#C0F552

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

Shades of Conifer #C0F552

Tints of Conifer #C0F552

Color information

#C0F552 (or 0xC0F552) is unknown color: approx Conifer. HEX triplet: C0, F5 and 52. RGB value is (192,245,82). Sum of RGB (Red+Green+Blue) = 192+245+82=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F552 is #3F0AAD. Grayscale: #D3D3D3. Windows color (decimal): -4131502 or 5436864. OLE color: 5436864.

HSL color Cylindrical-coordinate representation of color #C0F552: hue angle of 79.51º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0F552 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB19224582-
CMYK0.2200.670.04
HSL79.51º89.07%64.12%-
HSV(B)79.51º66.53%96.08%-
XYZ55.9177.1219.92-
YUV210.5755.44114.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 82 (32.42% from 255) = 15.80%
R=36.99%
G=47.21%
B=15.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal192245820.2200.670.0479.5189.0764.12
HexC0F552160434505940
Octal3003651222601034120131100
Binary110000001111010110100101011001000011100101000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F552; }

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

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

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

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

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

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

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

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