#c0f342

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

Shades of Green Yellow #C0F342

Tints of Green Yellow #C0F342

Color information

#C0F342 (or 0xC0F342) is unknown color: approx Green Yellow. HEX triplet: C0, F3 and 42. RGB value is (192,243,66). Sum of RGB (Red+Green+Blue) = 192+243+66=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F342 is #3F0CBD. Grayscale: #D0D0D0. Windows color (decimal): -4132030 or 4387776. OLE color: 4387776.

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

Color convert

RGB19224366-
CMYK0.2100.730.05
HSL77.29º88.06%60.59%-
HSV(B)77.29º72.84%95.29%-
XYZ54.7775.716.88-
YUV207.5748.1116.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 243 (95.31% from 255) = 48.50%
BLUE value IS 66 (26.17% from 255) = 13.17%
R=38.32%
G=48.50%
B=13.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192243660.2100.730.0577.2988.0660.59
HexC0F3421504954d583d
Octal300363102250111511513075
Binary11000000111100111000010101010100100110110011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0f342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0f342; }

 p { color: rgb(192,243,66); }

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

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

 a { background-color: rgb(192,243,66); }

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

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

 span { border-color: rgb(192,243,66); }

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