#C7EA80

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

Shades of Sulu #C7EA80

Tints of Sulu #C7EA80

Color information

#C7EA80 (or 0xC7EA80) is unknown color: approx Sulu. HEX triplet: C7, EA and 80. RGB value is (199,234,128). Sum of RGB (Red+Green+Blue) = 199+234+128=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EA80 is #38157F. Grayscale: #D3D3D3. Windows color (decimal): -3675520 or 8448711. OLE color: 8448711.

HSL color Cylindrical-coordinate representation of color #C7EA80: hue angle of 79.81º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7EA80 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB199234128-
CMYK0.1500.450.08
HSL79.81º71.62%70.98%-
HSV(B)79.81º45.3%91.76%-
XYZ56.8772.5531.43-
YUV211.4580.9119.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.47%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=35.47%
G=41.71%
B=22.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992341280.1500.450.0879.8171.6270.98
HexC7EA80F02D8504847
Octal3073522001705510120110107
Binary110001111110101010000000111101011011000101000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EA80; }

 p { color: rgb(199,234,128); }

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

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

 a { background-color: rgb(199,234,128); }

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

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

 span { border-color: rgb(199,234,128); }

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