#D4FF7C

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

Shades of Sulu #D4FF7C

Tints of Sulu #D4FF7C

Color information

#D4FF7C (or 0xD4FF7C) is unknown color: approx Sulu. HEX triplet: D4, FF and 7C. RGB value is (212,255,124). Sum of RGB (Red+Green+Blue) = 212+255+124=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF7C is #2B0083. Grayscale: #E3E3E3. Windows color (decimal): -2818180 or 8191956. OLE color: 8191956.

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

Color convert

RGB212255124-
CMYK0.1700.510
HSL79.69º100%74.31%-
HSV(B)79.69º51.37%100%-
XYZ66.5586.9732.35-
YUV227.2169.75117.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 124 (48.83% from 255) = 20.98%
R=35.87%
G=43.15%
B=20.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122551240.1700.51079.6910074.31
HexD4FF7C11033050644a
Octal324377174210630120144112
Binary110101001111111111111001000101100110101000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FF7C; }

 p { color: rgb(212,255,124); }

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

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

 a { background-color: rgb(212,255,124); }

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

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

 span { border-color: rgb(212,255,124); }

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