#C0F745

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

Shades of Green Yellow #C0F745

Tints of Green Yellow #C0F745

Color information

#C0F745 (or 0xC0F745) is unknown color: approx Green Yellow. HEX triplet: C0, F7 and 45. RGB value is (192,247,69). Sum of RGB (Red+Green+Blue) = 192+247+69=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F745 is #3F08BA. Grayscale: #D2D2D2. Windows color (decimal): -4131003 or 4585408. OLE color: 4585408.

HSL color Cylindrical-coordinate representation of color #C0F745: hue angle of 78.54º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0F745 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB19224769-
CMYK0.2200.720.03
HSL78.54º91.75%61.96%-
HSV(B)78.54º72.06%96.86%-
XYZ56.0778.1617.76-
YUV210.2648.28114.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 247 (96.88% from 255) = 48.62%
BLUE value IS 69 (27.34% from 255) = 13.58%
R=37.80%
G=48.62%
B=13.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192247690.2200.720.0378.5491.7561.96
HexC0F7451604834f5c3e
Octal300367105260110311713476
Binary1100000011110111100010110110010010001110011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F745; }

 p { color: rgb(192,247,69); }

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

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

 a { background-color: rgb(192,247,69); }

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

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

 span { border-color: rgb(192,247,69); }

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