#D6FB84

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

Shades of Sulu #D6FB84

Tints of Sulu #D6FB84

Color information

#D6FB84 (or 0xD6FB84) is unknown color: approx Sulu. HEX triplet: D6, FB and 84. RGB value is (214,251,132). Sum of RGB (Red+Green+Blue) = 214+251+132=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FB84 is #29047B. Grayscale: #E2E2E2. Windows color (decimal): -2688124 or 8715222. OLE color: 8715222.

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

Color convert

RGB214251132-
CMYK0.1500.470.02
HSL78.66º93.7%75.1%-
HSV(B)78.66º47.41%98.43%-
XYZ66.3984.9634.73-
YUV226.3774.74119.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 251 (98.44% from 255) = 42.04%
BLUE value IS 132 (51.95% from 255) = 22.11%
R=35.85%
G=42.04%
B=22.11%

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
Decimal2142511320.1500.470.0278.6693.775.1
HexD6FB84F02F24f5e4b
Octal326373204170572117136113
Binary1101011011111011100001001111010111110100111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FB84; }

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

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

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

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

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

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

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

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