#C2D97D

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

Shades of Sulu #C2D97D

Tints of Sulu #C2D97D

Color information

#C2D97D (or 0xC2D97D) is unknown color: approx Sulu. HEX triplet: C2, D9 and 7D. RGB value is (194,217,125). Sum of RGB (Red+Green+Blue) = 194+217+125=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D97D is #3D2682. Grayscale: #C7C7C7. Windows color (decimal): -4007555 or 8247746. OLE color: 8247746.

HSL color Cylindrical-coordinate representation of color #C2D97D: hue angle of 75º 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 #C2D97D is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB194217125-
CMYK0.1100.420.15
HSL75º54.76%67.06%-
HSV(B)75º42.4%85.1%-
XYZ50.7662.5828.8-
YUV199.6485.88123.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=36.19%
G=40.49%
B=23.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942171250.1100.420.157554.7667.06
HexC2D97DB02AF4b3743
Octal302331175130521711367103
Binary1100001011011001111110110110101010111110010111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D97D; }

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

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

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

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

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

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

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

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