#C3DB82

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

Shades of Sulu #C3DB82

Tints of Sulu #C3DB82

Color information

#C3DB82 (or 0xC3DB82) is unknown color: approx Sulu. HEX triplet: C3, DB and 82. RGB value is (195,219,130). Sum of RGB (Red+Green+Blue) = 195+219+130=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DB82 is #3C247D. Grayscale: #CACACA. Windows color (decimal): -3941502 or 8575939. OLE color: 8575939.

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

Color convert

RGB195219130-
CMYK0.1100.410.14
HSL76.18º55.28%68.43%-
HSV(B)76.18º40.64%85.88%-
XYZ51.8763.8830.71-
YUV201.6887.55123.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 130 (51.17% from 255) = 23.90%
R=35.85%
G=40.26%
B=23.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191300.1100.410.1476.1855.2868.43
HexC3DB82B029E4c3744
Octal303333202130511611467104
Binary11000011110110111000001010110101001111010011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DB82; }

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

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

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

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

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

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

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

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