#D6F97F

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

Shades of Sulu #D6F97F

Tints of Sulu #D6F97F

Color information

#D6F97F (or 0xD6F97F) is unknown color: approx Sulu. HEX triplet: D6, F9 and 7F. RGB value is (214,249,127). Sum of RGB (Red+Green+Blue) = 214+249+127=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F97F is #290680. Grayscale: #E1E1E1. Windows color (decimal): -2688641 or 8387030. OLE color: 8387030.

HSL color Cylindrical-coordinate representation of color #D6F97F: hue angle of 77.21º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6F97F is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB214249127-
CMYK0.1400.490.02
HSL77.21º91.04%73.73%-
HSV(B)77.21º49%97.65%-
XYZ65.4483.5832.76-
YUV224.6372.9120.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 127 (50% from 255) = 21.53%
R=36.27%
G=42.20%
B=21.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142491270.1400.490.0277.2191.0473.73
HexD6F97FE03124d5b4a
Octal326371177160612115133112
Binary110101101111100111111111110011000110100110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F97F; }

 p { color: rgb(214,249,127); }

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

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

 a { background-color: rgb(214,249,127); }

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

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

 span { border-color: rgb(214,249,127); }

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