#c1da7a

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

Shades of Sulu #C1DA7A

Tints of Sulu #C1DA7A

Color information

#C1DA7A (or 0xC1DA7A) is unknown color: approx Sulu. HEX triplet: C1, DA and 7A. RGB value is (193,218,122). Sum of RGB (Red+Green+Blue) = 193+218+122=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DA7A is #3E2585. Grayscale: #C7C7C7. Windows color (decimal): -4072838 or 8051393. OLE color: 8051393.

HSL color Cylindrical-coordinate representation of color #C1DA7A: hue angle of 75.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1DA7A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB193218122-
CMYK0.1100.440.15
HSL75.62º56.47%66.67%-
HSV(B)75.62º44.04%85.49%-
XYZ50.5862.8927.88-
YUV199.5884.22123.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 122 (48.05% from 255) = 22.89%
R=36.21%
G=40.90%
B=22.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932181220.1100.440.1575.6256.4766.67
HexC1DA7AB02CF4c3843
Octal301332172130541711470103
Binary1100000111011010111101010110101100111110011001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1da7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1da7a; }

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

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

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

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

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

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

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

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