#C6DA7E

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

Shades of Sulu #C6DA7E

Tints of Sulu #C6DA7E

Color information

#C6DA7E (or 0xC6DA7E) is unknown color: approx Sulu. HEX triplet: C6, DA and 7E. RGB value is (198,218,126). Sum of RGB (Red+Green+Blue) = 198+218+126=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DA7E is #392581. Grayscale: #C9C9C9. Windows color (decimal): -3745154 or 8313542. OLE color: 8313542.

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

Color convert

RGB198218126-
CMYK0.0900.420.15
HSL73.04º55.42%67.45%-
HSV(B)73.04º42.2%85.49%-
XYZ52.1363.6529.28-
YUV201.5385.37125.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 126 (49.61% from 255) = 23.25%
R=36.53%
G=40.22%
B=23.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982181260.0900.420.1573.0455.4267.45
HexC6DA7E902AF493743
Octal306332176110521711167103
Binary1100011011011010111111010010101010111110010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DA7E; }

 p { color: rgb(198,218,126); }

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

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

 a { background-color: rgb(198,218,126); }

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

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

 span { border-color: rgb(198,218,126); }

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