#C0F238

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

Shades of Green Yellow #C0F238

Tints of Green Yellow #C0F238

Color information

#C0F238 (or 0xC0F238) is unknown color: approx Green Yellow. HEX triplet: C0, F2 and 38. RGB value is (192,242,56). Sum of RGB (Red+Green+Blue) = 192+242+56=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F238 is #3F0DC7. Grayscale: #CECECE. Windows color (decimal): -4132296 or 3732160. OLE color: 3732160.

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

Color convert

RGB19224256-
CMYK0.2100.770.05
HSL76.13º87.74%58.43%-
HSV(B)76.13º76.86%94.9%-
XYZ54.27515.36-
YUV205.8543.44118.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 56 (22.27% from 255) = 11.43%
R=39.18%
G=49.39%
B=11.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192242560.2100.770.0576.1387.7458.43
HexC0F2381504D54c583a
Octal30036270250115511413072
Binary1100000011110010111000101010100110110110011001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F238; }

 p { color: rgb(192,242,56); }

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

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

 a { background-color: rgb(192,242,56); }

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

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

 span { border-color: rgb(192,242,56); }

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