#C6FD6A

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

Shades of Sulu #C6FD6A

Tints of Sulu #C6FD6A

Color information

#C6FD6A (or 0xC6FD6A) is unknown color: approx Sulu. HEX triplet: C6, FD and 6A. RGB value is (198,253,106). Sum of RGB (Red+Green+Blue) = 198+253+106=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FD6A is #390295. Grayscale: #DCDCDC. Windows color (decimal): -3736214 or 7011782. OLE color: 7011782.

HSL color Cylindrical-coordinate representation of color #C6FD6A: hue angle of 82.45º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6FD6A is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB198253106-
CMYK0.2200.580.01
HSL82.45º97.35%70.39%-
HSV(B)82.45º58.1%99.22%-
XYZ61.0283.326.5-
YUV219.863.78112.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 253 (99.22% from 255) = 45.42%
BLUE value IS 106 (41.80% from 255) = 19.03%
R=35.55%
G=45.42%
B=19.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982531060.2200.580.0182.4597.3570.39
HexC6FD6A1603A1526146
Octal306375152260721122141106
Binary110001101111110111010101011001110101101001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FD6A; }

 p { color: rgb(198,253,106); }

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

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

 a { background-color: rgb(198,253,106); }

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

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

 span { border-color: rgb(198,253,106); }

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