#C5ED7E

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

Shades of Sulu #C5ED7E

Tints of Sulu #C5ED7E

Color information

#C5ED7E (or 0xC5ED7E) is unknown color: approx Sulu. HEX triplet: C5, ED and 7E. RGB value is (197,237,126). Sum of RGB (Red+Green+Blue) = 197+237+126=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5ED7E is #3A1281. Grayscale: #D4D4D4. Windows color (decimal): -3805826 or 8318405. OLE color: 8318405.

HSL color Cylindrical-coordinate representation of color #C5ED7E: hue angle of 81.62º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5ED7E is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB197237126-
CMYK0.1700.470.07
HSL81.62º75.51%71.18%-
HSV(B)81.62º46.84%92.94%-
XYZ57.0873.9531-
YUV212.3979.25117.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 126 (49.61% from 255) = 22.5%
R=35.18%
G=42.32%
B=22.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972371260.1700.470.0781.6275.5171.18
HexC5ED7E1102F7524c47
Octal305355176210577122114107
Binary11000101111011011111110100010101111111101001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ED7E; }

 p { color: rgb(197,237,126); }

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

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

 a { background-color: rgb(197,237,126); }

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

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

 span { border-color: rgb(197,237,126); }

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