#C2E07D

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

Shades of Sulu #C2E07D

Tints of Sulu #C2E07D

Color information

#C2E07D (or 0xC2E07D) is unknown color: approx Sulu. HEX triplet: C2, E0 and 7D. RGB value is (194,224,125). Sum of RGB (Red+Green+Blue) = 194+224+125=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E07D is #3D1F82. Grayscale: #CCCCCC. Windows color (decimal): -4005763 or 8249538. OLE color: 8249538.

HSL color Cylindrical-coordinate representation of color #C2E07D: hue angle of 78.18º 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 #C2E07D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB194224125-
CMYK0.1300.440.12
HSL78.18º61.49%68.43%-
HSV(B)78.18º44.2%87.84%-
XYZ52.6166.2629.42-
YUV203.7483.56121.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 125 (49.22% from 255) = 23.02%
R=35.73%
G=41.25%
B=23.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942241250.1300.440.1278.1861.4968.43
HexC2E07DD02CC4e3d44
Octal302340175150541411675104
Binary1100001011100000111110111010101100110010011101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E07D; }

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

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

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

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

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

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

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

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