#C6ED7F

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

Shades of Sulu #C6ED7F

Tints of Sulu #C6ED7F

Color information

#C6ED7F (or 0xC6ED7F) is unknown color: approx Sulu. HEX triplet: C6, ED and 7F. RGB value is (198,237,127). Sum of RGB (Red+Green+Blue) = 198+237+127=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED7F is #391280. Grayscale: #D5D5D5. Windows color (decimal): -3740289 or 8383942. OLE color: 8383942.

HSL color Cylindrical-coordinate representation of color #C6ED7F: hue angle of 81.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6ED7F is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB198237127-
CMYK0.1600.460.07
HSL81.27º75.34%71.37%-
HSV(B)81.27º46.41%92.94%-
XYZ57.474.1131.36-
YUV212.879.58117.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 127 (50% from 255) = 22.60%
R=35.23%
G=42.17%
B=22.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982371270.1600.460.0781.2775.3471.37
HexC6ED7F1002E7514b47
Octal306355177200567121113107
Binary11000110111011011111111100000101110111101000110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ED7F; }

 p { color: rgb(198,237,127); }

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

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

 a { background-color: rgb(198,237,127); }

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

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

 span { border-color: rgb(198,237,127); }

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