#C1DE7A

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

Shades of Sulu #C1DE7A

Tints of Sulu #C1DE7A

Color information

#C1DE7A (or 0xC1DE7A) is unknown color: approx Sulu. HEX triplet: C1, DE and 7A. RGB value is (193,222,122). Sum of RGB (Red+Green+Blue) = 193+222+122=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DE7A is #3E2185. Grayscale: #CACACA. Windows color (decimal): -4071814 or 8052417. OLE color: 8052417.

HSL color Cylindrical-coordinate representation of color #C1DE7A: hue angle of 77.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1DE7A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB193222122-
CMYK0.1300.450.13
HSL77.4º60.24%67.45%-
HSV(B)77.4º45.05%87.06%-
XYZ51.6364.9928.23-
YUV201.9382.89121.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.94%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 122 (48.05% from 255) = 22.72%
R=35.94%
G=41.34%
B=22.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932221220.1300.450.1377.460.2467.45
HexC1DE7AD02DD4d3c43
Octal301336172150551511574103
Binary1100000111011110111101011010101101110110011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DE7A; }

 p { color: rgb(193,222,122); }

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

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

 a { background-color: rgb(193,222,122); }

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

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

 span { border-color: rgb(193,222,122); }

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