#D6EB55

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

Shades of Mindaro #D6EB55

Tints of Mindaro #D6EB55

Color information

#D6EB55 (or 0xD6EB55) is unknown color: approx Mindaro. HEX triplet: D6, EB and 55. RGB value is (214,235,85). Sum of RGB (Red+Green+Blue) = 214+235+85=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB55 is #2914AA. Grayscale: #D4D4D4. Windows color (decimal): -2692267 or 5630934. OLE color: 5630934.

HSL color Cylindrical-coordinate representation of color #D6EB55: hue angle of 68.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6EB55 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB21423585-
CMYK0.0900.640.08
HSL68.4º78.95%62.75%-
HSV(B)68.4º63.83%92.16%-
XYZ59.0874.3719.84-
YUV211.6256.54129.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 235 (92.19% from 255) = 44.01%
BLUE value IS 85 (33.59% from 255) = 15.92%
R=40.07%
G=44.01%
B=15.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214235850.0900.640.0868.478.9562.75
HexD6EB5590408444f3f
Octal3263531251101001010411777
Binary11010110111010111010101100101000000100010001001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EB55; }

 p { color: rgb(214,235,85); }

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

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

 a { background-color: rgb(214,235,85); }

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

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

 span { border-color: rgb(214,235,85); }

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