#C1DA70

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

Shades of Sulu #C1DA70

Tints of Sulu #C1DA70

Color information

#C1DA70 (or 0xC1DA70) is unknown color: approx Sulu. HEX triplet: C1, DA and 70. RGB value is (193,218,112). Sum of RGB (Red+Green+Blue) = 193+218+112=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DA70 is #3E258F. Grayscale: #C6C6C6. Windows color (decimal): -4072848 or 7396033. OLE color: 7396033.

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

Color convert

RGB193218112-
CMYK0.1100.490.15
HSL74.15º58.89%64.71%-
HSV(B)74.15º48.62%85.49%-
XYZ49.9962.6524.79-
YUV198.4479.22124.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 112 (44.14% from 255) = 21.41%
R=36.90%
G=41.68%
B=21.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932181120.1100.490.1574.1558.8964.71
HexC1DA70B031F4a3b41
Octal301332160130611711273101
Binary1100000111011010111000010110110001111110010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DA70; }

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

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

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

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

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

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

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

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