#D4FA7B

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

Shades of Sulu #D4FA7B

Tints of Sulu #D4FA7B

Color information

#D4FA7B (or 0xD4FA7B) is unknown color: approx Sulu. HEX triplet: D4, FA and 7B. RGB value is (212,250,123). Sum of RGB (Red+Green+Blue) = 212+250+123=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA7B is #2B0584. Grayscale: #E0E0E0. Windows color (decimal): -2819461 or 8125140. OLE color: 8125140.

HSL color Cylindrical-coordinate representation of color #D4FA7B: hue angle of 77.95º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4FA7B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB212250123-
CMYK0.1500.510.02
HSL77.95º92.7%73.14%-
HSV(B)77.95º50.8%98.04%-
XYZ64.9183.831.49-
YUV224.1670.91119.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 123 (48.44% from 255) = 21.03%
R=36.24%
G=42.74%
B=21.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122501230.1500.510.0277.9592.773.14
HexD4FA7BF03324e5d49
Octal324372173170632116135111
Binary110101001111101011110111111011001110100111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA7B; }

 p { color: rgb(212,250,123); }

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

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

 a { background-color: rgb(212,250,123); }

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

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

 span { border-color: rgb(212,250,123); }

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