#D5EB55

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

Shades of Mindaro #D5EB55

Tints of Mindaro #D5EB55

Color information

#D5EB55 (or 0xD5EB55) is unknown color: approx Mindaro. HEX triplet: D5, EB and 55. RGB value is (213,235,85). Sum of RGB (Red+Green+Blue) = 213+235+85=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EB55 is #2A14AA. Grayscale: #D3D3D3. Windows color (decimal): -2757803 or 5630933. OLE color: 5630933.

HSL color Cylindrical-coordinate representation of color #D5EB55: hue angle of 68.8º 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 #D5EB55 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB21323585-
CMYK0.0900.640.08
HSL68.8º78.95%62.75%-
HSV(B)68.8º63.83%92.16%-
XYZ58.7974.2219.82-
YUV211.3256.71129.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 235 (92.19% from 255) = 44.09%
BLUE value IS 85 (33.59% from 255) = 15.95%
R=39.96%
G=44.09%
B=15.95%

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
Decimal213235850.0900.640.0868.878.9562.75
HexD5EB5590408454f3f
Octal3253531251101001010511777
Binary11010101111010111010101100101000000100010001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EB55; }

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

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

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

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

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

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

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

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