#D6FA81

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

Shades of Sulu #D6FA81

Tints of Sulu #D6FA81

Color information

#D6FA81 (or 0xD6FA81) is unknown color: approx Sulu. HEX triplet: D6, FA and 81. RGB value is (214,250,129). Sum of RGB (Red+Green+Blue) = 214+250+129=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FA81 is #29057E. Grayscale: #E1E1E1. Windows color (decimal): -2688383 or 8518358. OLE color: 8518358.

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

Color convert

RGB214250129-
CMYK0.1400.480.02
HSL77.85º92.37%74.31%-
HSV(B)77.85º48.4%98.04%-
XYZ65.8884.2533.56-
YUV225.4473.57119.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 129 (50.78% from 255) = 21.75%
R=36.09%
G=42.16%
B=21.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142501290.1400.480.0277.8592.3774.31
HexD6FA81E03024e5c4a
Octal326372201160602116134112
Binary1101011011111010100000011110011000010100111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FA81; }

 p { color: rgb(214,250,129); }

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

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

 a { background-color: rgb(214,250,129); }

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

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

 span { border-color: rgb(214,250,129); }

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