#C5E07D

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

Shades of Sulu #C5E07D

Tints of Sulu #C5E07D

Color information

#C5E07D (or 0xC5E07D) is unknown color: approx Sulu. HEX triplet: C5, E0 and 7D. RGB value is (197,224,125). Sum of RGB (Red+Green+Blue) = 197+224+125=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E07D is #3A1F82. Grayscale: #CDCDCD. Windows color (decimal): -3809155 or 8249541. OLE color: 8249541.

HSL color Cylindrical-coordinate representation of color #C5E07D: hue angle of 76.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5E07D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB197224125-
CMYK0.1200.440.12
HSL76.36º61.49%68.43%-
HSV(B)76.36º44.2%87.84%-
XYZ53.3866.6629.46-
YUV204.6483.05122.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 224 (87.89% from 255) = 41.03%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=36.08%
G=41.03%
B=22.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1972241250.1200.440.1276.3661.4968.43
HexC5E07DC02CC4c3d44
Octal305340175140541411475104
Binary1100010111100000111110111000101100110010011001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E07D; }

 p { color: rgb(197,224,125); }

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

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

 a { background-color: rgb(197,224,125); }

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

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

 span { border-color: rgb(197,224,125); }

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