#D6FE7C

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

Shades of Sulu #D6FE7C

Tints of Sulu #D6FE7C

Color information

#D6FE7C (or 0xD6FE7C) is unknown color: approx Sulu. HEX triplet: D6, FE and 7C. RGB value is (214,254,124). Sum of RGB (Red+Green+Blue) = 214+254+124=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE7C is #290183. Grayscale: #E3E3E3. Windows color (decimal): -2687364 or 8191702. OLE color: 8191702.

HSL color Cylindrical-coordinate representation of color #D6FE7C: hue angle of 78.46º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6FE7C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB214254124-
CMYK0.1600.510.00
HSL78.46º98.48%74.12%-
HSV(B)78.46º51.18%99.61%-
XYZ66.8186.6432.27-
YUV227.2269.75118.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 254 (99.61% from 255) = 42.91%
BLUE value IS 124 (48.83% from 255) = 20.95%
R=36.15%
G=42.91%
B=20.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142541240.1600.510.0078.4698.4874.12
HexD6FE7C1003304e624a
Octal326376174200630116142112
Binary110101101111111011111001000001100110100111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FE7C; }

 p { color: rgb(214,254,124); }

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

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

 a { background-color: rgb(214,254,124); }

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

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

 span { border-color: rgb(214,254,124); }

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