#C0D97D

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

Shades of Sulu #C0D97D

Tints of Sulu #C0D97D

Color information

#C0D97D (or 0xC0D97D) is unknown color: approx Sulu. HEX triplet: C0, D9 and 7D. RGB value is (192,217,125). Sum of RGB (Red+Green+Blue) = 192+217+125=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D97D is #3F2682. Grayscale: #C7C7C7. Windows color (decimal): -4138627 or 8247744. OLE color: 8247744.

HSL color Cylindrical-coordinate representation of color #C0D97D: hue angle of 76.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0D97D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB192217125-
CMYK0.1200.420.15
HSL76.3º54.76%67.06%-
HSV(B)76.3º42.4%85.1%-
XYZ50.2562.3128.78-
YUV199.0486.22122.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=35.96%
G=40.64%
B=23.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922171250.1200.420.1576.354.7667.06
HexC0D97DC02AF4c3743
Octal300331175140521711467103
Binary1100000011011001111110111000101010111110011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D97D; }

 p { color: rgb(192,217,125); }

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

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

 a { background-color: rgb(192,217,125); }

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

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

 span { border-color: rgb(192,217,125); }

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