#C0F04A

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

Shades of Conifer #C0F04A

Tints of Conifer #C0F04A

Color information

#C0F04A (or 0xC0F04A) is unknown color: approx Conifer. HEX triplet: C0, F0 and 4A. RGB value is (192,240,74). Sum of RGB (Red+Green+Blue) = 192+240+74=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F04A is #3F0FB5. Grayscale: #CFCFCF. Windows color (decimal): -4132790 or 4911296. OLE color: 4911296.

HSL color Cylindrical-coordinate representation of color #C0F04A: hue angle of 77.35º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0F04A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB19224074-
CMYK0.2000.690.06
HSL77.35º84.69%61.57%-
HSV(B)77.35º69.17%94.12%-
XYZ54.1374.0217.91-
YUV206.7253.1117.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 240 (94.14% from 255) = 47.43%
BLUE value IS 74 (29.30% from 255) = 14.62%
R=37.94%
G=47.43%
B=14.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192240740.2000.690.0677.3584.6961.57
HexC0F04A1404564d553e
Octal300360112240105611512576
Binary11000000111100001001010101000100010111010011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F04A; }

 p { color: rgb(192,240,74); }

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

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

 a { background-color: rgb(192,240,74); }

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

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

 span { border-color: rgb(192,240,74); }

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