#D1FB84

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

Shades of Sulu #D1FB84

Tints of Sulu #D1FB84

Color information

#D1FB84 (or 0xD1FB84) is unknown color: approx Sulu. HEX triplet: D1, FB and 84. RGB value is (209,251,132). Sum of RGB (Red+Green+Blue) = 209+251+132=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 132 (51.95% from 255 or 22.30% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB84 is #2E047B. Grayscale: #E1E1E1. Windows color (decimal): -3015804 or 8715217. OLE color: 8715217.

HSL color Cylindrical-coordinate representation of color #D1FB84: hue angle of 81.18º degrees, saturation: 0.94, 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 #D1FB84 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB209251132-
CMYK0.1700.470.02
HSL81.18º93.7%75.1%-
HSV(B)81.18º47.41%98.43%-
XYZ64.9684.2234.66-
YUV224.8875.59116.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 251 (98.44% from 255) = 42.40%
BLUE value IS 132 (51.95% from 255) = 22.30%
R=35.30%
G=42.40%
B=22.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092511320.1700.470.0281.1893.775.1
HexD1FB841102F2515e4b
Octal321373204210572121136113
Binary11010001111110111000010010001010111110101000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FB84; }

 p { color: rgb(209,251,132); }

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

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

 a { background-color: rgb(209,251,132); }

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

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

 span { border-color: rgb(209,251,132); }

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