#D6F97E

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

Shades of Sulu #D6F97E

Tints of Sulu #D6F97E

Color information

#D6F97E (or 0xD6F97E) is unknown color: approx Sulu. HEX triplet: D6, F9 and 7E. RGB value is (214,249,126). Sum of RGB (Red+Green+Blue) = 214+249+126=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F97E is #290681. Grayscale: #E0E0E0. Windows color (decimal): -2688642 or 8321494. OLE color: 8321494.

HSL color Cylindrical-coordinate representation of color #D6F97E: hue angle of 77.07º 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 #D6F97E is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB214249126-
CMYK0.1400.490.02
HSL77.07º91.11%73.53%-
HSV(B)77.07º49.4%97.65%-
XYZ65.3783.5532.42-
YUV224.5172.4120.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 249 (97.66% from 255) = 42.28%
BLUE value IS 126 (49.61% from 255) = 21.39%
R=36.33%
G=42.28%
B=21.39%

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
Decimal2142491260.1400.490.0277.0791.1173.53
HexD6F97EE03124d5b4a
Octal326371176160612115133112
Binary110101101111100111111101110011000110100110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F97E; }

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

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

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

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

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

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

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

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