#C0F258

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

Shades of Conifer #C0F258

Tints of Conifer #C0F258

Color information

#C0F258 (or 0xC0F258) is unknown color: approx Conifer. HEX triplet: C0, F2 and 58. RGB value is (192,242,88). Sum of RGB (Red+Green+Blue) = 192+242+88=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F258 is #3F0DA7. Grayscale: #D2D2D2. Windows color (decimal): -4132264 or 5829312. OLE color: 5829312.

HSL color Cylindrical-coordinate representation of color #C0F258: hue angle of 79.48º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0F258 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB19224288-
CMYK0.2100.640.05
HSL79.48º85.56%64.71%-
HSV(B)79.48º63.64%94.9%-
XYZ55.2575.4220.88-
YUV209.4959.44115.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 242 (94.92% from 255) = 46.36%
BLUE value IS 88 (34.77% from 255) = 16.86%
R=36.78%
G=46.36%
B=16.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192242880.2100.640.0579.4885.5664.71
HexC0F2581504054f5641
Octal3003621302501005117126101
Binary110000001111001010110001010101000000101100111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F258; }

 p { color: rgb(192,242,88); }

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

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

 a { background-color: rgb(192,242,88); }

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

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

 span { border-color: rgb(192,242,88); }

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