#C0FE5C

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

Shades of Conifer #C0FE5C

Tints of Conifer #C0FE5C

Color information

#C0FE5C (or 0xC0FE5C) is unknown color: approx Conifer. HEX triplet: C0, FE and 5C. RGB value is (192,254,92). Sum of RGB (Red+Green+Blue) = 192+254+92=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE5C is #3F01A3. Grayscale: #D9D9D9. Windows color (decimal): -4129188 or 6094528. OLE color: 6094528.

HSL color Cylindrical-coordinate representation of color #C0FE5C: hue angle of 82.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0FE5C is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB19225492-
CMYK0.2400.640.00
HSL82.96º98.78%67.84%-
HSV(B)82.96º63.78%99.61%-
XYZ59.1182.8623-
YUV216.9957.46110.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 254 (99.61% from 255) = 47.21%
BLUE value IS 92 (36.33% from 255) = 17.10%
R=35.69%
G=47.21%
B=17.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal192254920.2400.640.0082.9698.7867.84
HexC0FE5C180400536344
Octal3003761343001000123143104
Binary1100000011111110101110011000010000000101001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FE5C; }

 p { color: rgb(192,254,92); }

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

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

 a { background-color: rgb(192,254,92); }

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

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

 span { border-color: rgb(192,254,92); }

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