#D4FA80

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

Shades of Sulu #D4FA80

Tints of Sulu #D4FA80

Color information

#D4FA80 (or 0xD4FA80) is unknown color: approx Sulu. HEX triplet: D4, FA and 80. RGB value is (212,250,128). Sum of RGB (Red+Green+Blue) = 212+250+128=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FA80 is #2B057F. Grayscale: #E1E1E1. Windows color (decimal): -2819456 or 8452820. OLE color: 8452820.

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

Color convert

RGB212250128-
CMYK0.1500.490.02
HSL78.69º92.42%74.12%-
HSV(B)78.69º48.8%98.04%-
XYZ65.2383.9333.18-
YUV224.7373.41118.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 128 (50.39% from 255) = 21.69%
R=35.93%
G=42.37%
B=21.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122501280.1500.490.0278.6992.4274.12
HexD4FA80F03124f5c4a
Octal324372200170612117134112
Binary1101010011111010100000001111011000110100111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FA80; }

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

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

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

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

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

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

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

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