#D6F388

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

Shades of Sulu #D6F388

Tints of Sulu #D6F388

Color information

#D6F388 (or 0xD6F388) is unknown color: approx Sulu. HEX triplet: D6, F3 and 88. RGB value is (214,243,136). Sum of RGB (Red+Green+Blue) = 214+243+136=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F388 is #290C77. Grayscale: #DEDEDE. Windows color (decimal): -2690168 or 8975318. OLE color: 8975318.

HSL color Cylindrical-coordinate representation of color #D6F388: hue angle of 76.26º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6F388 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB214243136-
CMYK0.1200.440.05
HSL76.26º81.68%74.31%-
HSV(B)76.26º44.03%95.29%-
XYZ64.2380.1735.38-
YUV222.1379.39122.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 243 (95.31% from 255) = 40.98%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=36.09%
G=40.98%
B=22.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142431360.1200.440.0576.2681.6874.31
HexD6F388C02C54c524a
Octal326363210140545114122112
Binary11010110111100111000100011000101100101100110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F388; }

 p { color: rgb(214,243,136); }

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

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

 a { background-color: rgb(214,243,136); }

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

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

 span { border-color: rgb(214,243,136); }

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