#d6ff54

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

Shades of Mindaro #D6FF54

Tints of Mindaro #D6FF54

Color information

#D6FF54 (or 0xD6FF54) is unknown color: approx Mindaro. HEX triplet: D6, FF and 54. RGB value is (214,255,84). Sum of RGB (Red+Green+Blue) = 214+255+84=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 84 (33.20% from 255 or 15.19% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF54 is #2900AB. Grayscale: #DFDFDF. Windows color (decimal): -2687148 or 5570518. OLE color: 5570518.

HSL color Cylindrical-coordinate representation of color #D6FF54: hue angle of 74.39º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6FF54 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB21425584-
CMYK0.1600.670
HSL74.39º100%66.47%-
HSV(B)74.39º67.06%100%-
XYZ65.0986.4621.64-
YUV223.2549.42121.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 84 (33.20% from 255) = 15.19%
R=38.70%
G=46.11%
B=15.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214255840.1600.67074.3910066.47
HexD6FF541004304a6442
Octal3263771242001030112144102
Binary1101011011111111101010010000010000110100101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6ff54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6ff54; }

 p { color: rgb(214,255,84); }

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

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

 a { background-color: rgb(214,255,84); }

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

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

 span { border-color: rgb(214,255,84); }

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