#C6F17D

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

Shades of Sulu #C6F17D

Tints of Sulu #C6F17D

Color information

#C6F17D (or 0xC6F17D) is unknown color: approx Sulu. HEX triplet: C6, F1 and 7D. RGB value is (198,241,125). Sum of RGB (Red+Green+Blue) = 198+241+125=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F17D is #390E82. Grayscale: #D7D7D7. Windows color (decimal): -3739267 or 8253894. OLE color: 8253894.

HSL color Cylindrical-coordinate representation of color #C6F17D: hue angle of 82.24º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6F17D is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB198241125-
CMYK0.1800.480.05
HSL82.24º80.56%71.76%-
HSV(B)82.24º48.13%94.51%-
XYZ58.4576.431.07-
YUV214.9277.25115.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 241 (94.53% from 255) = 42.73%
BLUE value IS 125 (49.22% from 255) = 22.16%
R=35.11%
G=42.73%
B=22.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982411250.1800.480.0582.2480.5671.76
HexC6F17D120305525148
Octal306361175220605122121110
Binary11000110111100011111101100100110000101101001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F17D; }

 p { color: rgb(198,241,125); }

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

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

 a { background-color: rgb(198,241,125); }

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

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

 span { border-color: rgb(198,241,125); }

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