#C0FF5C

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

Shades of Conifer #C0FF5C

Tints of Conifer #C0FF5C

Color information

#C0FF5C (or 0xC0FF5C) is unknown color: approx Conifer. HEX triplet: C0, FF and 5C. RGB value is (192,255,92). Sum of RGB (Red+Green+Blue) = 192+255+92=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF5C is #3F00A3. Grayscale: #DADADA. Windows color (decimal): -4128932 or 6094784. OLE color: 6094784.

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

Color convert

RGB19225592-
CMYK0.2500.640
HSL83.19º100%68.04%-
HSV(B)83.19º63.92%100%-
XYZ59.4383.523.11-
YUV217.5857.13109.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 92 (36.33% from 255) = 17.07%
R=35.62%
G=47.31%
B=17.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192255920.2500.64083.1910068.04
HexC0FF5C190400536444
Octal3003771343101000123144104
Binary1100000011111111101110011001010000000101001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FF5C; }

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

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

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

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

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

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

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

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