#D5FA84

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

Shades of Sulu #D5FA84

Tints of Sulu #D5FA84

Color information

#D5FA84 (or 0xD5FA84) is unknown color: approx Sulu. HEX triplet: D5, FA and 84. RGB value is (213,250,132). Sum of RGB (Red+Green+Blue) = 213+250+132=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA84 is #2A057B. Grayscale: #E1E1E1. Windows color (decimal): -2753916 or 8714965. OLE color: 8714965.

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

Color convert

RGB213250132-
CMYK0.1500.470.02
HSL78.81º92.19%74.9%-
HSV(B)78.81º47.2%98.04%-
XYZ65.7984.1834.61-
YUV225.4875.24119.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 132 (51.95% from 255) = 22.18%
R=35.80%
G=42.02%
B=22.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501320.1500.470.0278.8192.1974.9
HexD5FA84F02F24f5c4b
Octal325372204170572117134113
Binary1101010111111010100001001111010111110100111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA84; }

 p { color: rgb(213,250,132); }

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

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

 a { background-color: rgb(213,250,132); }

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

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

 span { border-color: rgb(213,250,132); }

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