#D4FA81

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

Shades of Sulu #D4FA81

Tints of Sulu #D4FA81

Color information

#D4FA81 (or 0xD4FA81) is unknown color: approx Sulu. HEX triplet: D4, FA and 81. RGB value is (212,250,129). Sum of RGB (Red+Green+Blue) = 212+250+129=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FA81 is #2B057E. Grayscale: #E1E1E1. Windows color (decimal): -2819455 or 8518356. OLE color: 8518356.

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

Color convert

RGB212250129-
CMYK0.1500.480.02
HSL78.84º92.37%74.31%-
HSV(B)78.84º48.4%98.04%-
XYZ65.383.9533.53-
YUV224.8473.91118.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 129 (50.78% from 255) = 21.83%
R=35.87%
G=42.30%
B=21.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122501290.1500.480.0278.8492.3774.31
HexD4FA81F03024f5c4a
Octal324372201170602117134112
Binary1101010011111010100000011111011000010100111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA81; }

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

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

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

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

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

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

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

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