#C6FA71

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

Shades of Sulu #C6FA71

Tints of Sulu #C6FA71

Color information

#C6FA71 (or 0xC6FA71) is unknown color: approx Sulu. HEX triplet: C6, FA and 71. RGB value is (198,250,113). Sum of RGB (Red+Green+Blue) = 198+250+113=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FA71 is #39058E. Grayscale: #DBDBDB. Windows color (decimal): -3736975 or 7469766. OLE color: 7469766.

HSL color Cylindrical-coordinate representation of color #C6FA71: hue angle of 82.77º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6FA71 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB198250113-
CMYK0.2100.550.02
HSL82.77º93.2%71.18%-
HSV(B)82.77º54.8%98.04%-
XYZ60.4581.5728.18-
YUV218.8368.27113.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 113 (44.53% from 255) = 20.14%
R=35.29%
G=44.56%
B=20.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982501130.2100.550.0282.7793.271.18
HexC6FA71150372535d47
Octal306372161250672123135107
Binary1100011011111010111000110101011011110101001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FA71; }

 p { color: rgb(198,250,113); }

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

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

 a { background-color: rgb(198,250,113); }

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

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

 span { border-color: rgb(198,250,113); }

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