#C3DB78

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

Shades of Sulu #C3DB78

Tints of Sulu #C3DB78

Color information

#C3DB78 (or 0xC3DB78) is unknown color: approx Sulu. HEX triplet: C3, DB and 78. RGB value is (195,219,120). Sum of RGB (Red+Green+Blue) = 195+219+120=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DB78 is #3C2487. Grayscale: #C8C8C8. Windows color (decimal): -3941512 or 7920579. OLE color: 7920579.

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

Color convert

RGB195219120-
CMYK0.1100.450.14
HSL74.55º57.89%66.47%-
HSV(B)74.55º45.21%85.88%-
XYZ51.2363.6227.35-
YUV200.5482.55124.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 120 (47.27% from 255) = 22.47%
R=36.52%
G=41.01%
B=22.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191200.1100.450.1474.5557.8966.47
HexC3DB78B02DE4b3a42
Octal303333170130551611372102
Binary1100001111011011111100010110101101111010010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DB78; }

 p { color: rgb(195,219,120); }

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

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

 a { background-color: rgb(195,219,120); }

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

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

 span { border-color: rgb(195,219,120); }

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