#C0EF7A

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

Shades of Sulu #C0EF7A

Tints of Sulu #C0EF7A

Color information

#C0EF7A (or 0xC0EF7A) is unknown color: approx Sulu. HEX triplet: C0, EF and 7A. RGB value is (192,239,122). Sum of RGB (Red+Green+Blue) = 192+239+122=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF7A is #3F1085. Grayscale: #D4D4D4. Windows color (decimal): -4132998 or 8056768. OLE color: 8056768.

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

Color convert

RGB192239122-
CMYK0.2000.490.06
HSL84.1º78.52%70.78%-
HSV(B)84.1º48.95%93.73%-
XYZ56.1274.3429.8-
YUV211.6177.43114.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 122 (48.05% from 255) = 22.06%
R=34.72%
G=43.22%
B=22.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922391220.2000.490.0684.178.5270.78
HexC0EF7A140316544f47
Octal300357172240616124117107
Binary11000000111011111111010101000110001110101010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EF7A; }

 p { color: rgb(192,239,122); }

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

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

 a { background-color: rgb(192,239,122); }

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

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

 span { border-color: rgb(192,239,122); }

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