#D4FA8A

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

Shades of Sulu #D4FA8A

Tints of Sulu #D4FA8A

Color information

#D4FA8A (or 0xD4FA8A) is unknown color: approx Sulu. HEX triplet: D4, FA and 8A. RGB value is (212,250,138). Sum of RGB (Red+Green+Blue) = 212+250+138=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FA8A is #2B0575. Grayscale: #E2E2E2. Windows color (decimal): -2819446 or 9108180. OLE color: 9108180.

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

Color convert

RGB212250138-
CMYK0.1500.450.02
HSL80.36º91.8%76.08%-
HSV(B)80.36º44.8%98.04%-
XYZ65.9284.236.82-
YUV225.8778.41118.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 138 (54.30% from 255) = 23%
R=35.33%
G=41.67%
B=23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122501380.1500.450.0280.3691.876.08
HexD4FA8AF02D2505c4c
Octal324372212170552120134114
Binary1101010011111010100010101111010110110101000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA8A; }

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

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

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

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

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

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

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

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