#D4FC7F

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

Shades of Sulu #D4FC7F

Tints of Sulu #D4FC7F

Color information

#D4FC7F (or 0xD4FC7F) is unknown color: approx Sulu. HEX triplet: D4, FC and 7F. RGB value is (212,252,127). Sum of RGB (Red+Green+Blue) = 212+252+127=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC7F is #2B0380. Grayscale: #E2E2E2. Windows color (decimal): -2818945 or 8387796. OLE color: 8387796.

HSL color Cylindrical-coordinate representation of color #D4FC7F: hue angle of 79.2º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4FC7F is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB212252127-
CMYK0.1600.500.01
HSL79.2º95.42%74.31%-
HSV(B)79.2º49.6%98.82%-
XYZ65.7985.1533.05-
YUV225.7972.25118.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 252 (98.83% from 255) = 42.64%
BLUE value IS 127 (50% from 255) = 21.49%
R=35.87%
G=42.64%
B=21.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122521270.1600.500.0179.295.4274.31
HexD4FC7F1003214f5f4a
Octal324374177200621117137112
Binary110101001111110011111111000001100101100111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FC7F; }

 p { color: rgb(212,252,127); }

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

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

 a { background-color: rgb(212,252,127); }

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

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

 span { border-color: rgb(212,252,127); }

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