#C1ED82

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

Shades of Sulu #C1ED82

Tints of Sulu #C1ED82

Color information

#C1ED82 (or 0xC1ED82) is unknown color: approx Sulu. HEX triplet: C1, ED and 82. RGB value is (193,237,130). Sum of RGB (Red+Green+Blue) = 193+237+130=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1ED82 is #3E127D. Grayscale: #D4D4D4. Windows color (decimal): -4067966 or 8580545. OLE color: 8580545.

HSL color Cylindrical-coordinate representation of color #C1ED82: hue angle of 84.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1ED82 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB193237130-
CMYK0.1900.450.07
HSL84.67º74.83%71.96%-
HSV(B)84.67º45.15%92.94%-
XYZ56.3173.5232.34-
YUV211.6581.92114.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 130 (51.17% from 255) = 23.21%
R=34.46%
G=42.32%
B=23.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932371300.1900.450.0784.6774.8371.96
HexC1ED821302D7554b48
Octal301355202230557125113110
Binary110000011110110110000010100110101101111101010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ED82; }

 p { color: rgb(193,237,130); }

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

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

 a { background-color: rgb(193,237,130); }

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

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

 span { border-color: rgb(193,237,130); }

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