#C1D78D

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

Shades of Sulu #C1D78D

Tints of Sulu #C1D78D

Color information

#C1D78D (or 0xC1D78D) is unknown color: approx Sulu. HEX triplet: C1, D7 and 8D. RGB value is (193,215,141). Sum of RGB (Red+Green+Blue) = 193+215+141=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D78D is #3E2872. Grayscale: #C8C8C8. Windows color (decimal): -4073587 or 9295809. OLE color: 9295809.

HSL color Cylindrical-coordinate representation of color #C1D78D: hue angle of 77.84º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1D78D is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB193215141-
CMYK0.1000.340.16
HSL77.84º48.05%69.8%-
HSV(B)77.84º34.42%84.31%-
XYZ51.161.8634.45-
YUV199.9994.71123.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=35.15%
G=39.16%
B=25.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932151410.1000.340.1677.8448.0569.8
HexC1D78DA022104e3046
Octal301327215120422011660106
Binary110000011101011110001101101001000101000010011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D78D; }

 p { color: rgb(193,215,141); }

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

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

 a { background-color: rgb(193,215,141); }

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

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

 span { border-color: rgb(193,215,141); }

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