#C1DC78

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

Shades of Sulu #C1DC78

Tints of Sulu #C1DC78

Color information

#C1DC78 (or 0xC1DC78) is unknown color: approx Sulu. HEX triplet: C1, DC and 78. RGB value is (193,220,120). Sum of RGB (Red+Green+Blue) = 193+220+120=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DC78 is #3E2387. Grayscale: #C8C8C8. Windows color (decimal): -4072328 or 7920833. OLE color: 7920833.

HSL color Cylindrical-coordinate representation of color #C1DC78: hue angle of 76.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1DC78 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB193220120-
CMYK0.1200.450.14
HSL76.2º58.82%66.67%-
HSV(B)76.2º45.45%86.27%-
XYZ50.9863.8827.41-
YUV200.5382.55122.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=36.21%
G=41.28%
B=22.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201200.1200.450.1476.258.8266.67
HexC1DC78C02DE4c3b43
Octal301334170140551611473103
Binary1100000111011100111100011000101101111010011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DC78; }

 p { color: rgb(193,220,120); }

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

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

 a { background-color: rgb(193,220,120); }

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

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

 span { border-color: rgb(193,220,120); }

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