#D5F055

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

Shades of Mindaro #D5F055

Tints of Mindaro #D5F055

Color information

#D5F055 (or 0xD5F055) is unknown color: approx Mindaro. HEX triplet: D5, F0 and 55. RGB value is (213,240,85). Sum of RGB (Red+Green+Blue) = 213+240+85=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F055 is #2A0FAA. Grayscale: #D6D6D6. Windows color (decimal): -2756523 or 5632213. OLE color: 5632213.

HSL color Cylindrical-coordinate representation of color #D5F055: hue angle of 70.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5F055 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB21324085-
CMYK0.1100.650.06
HSL70.45º83.78%63.73%-
HSV(B)70.45º64.58%94.12%-
XYZ60.2477.1220.31-
YUV214.2655.05127.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 240 (94.14% from 255) = 44.61%
BLUE value IS 85 (33.59% from 255) = 15.80%
R=39.59%
G=44.61%
B=15.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213240850.1100.650.0670.4583.7863.73
HexD5F055B0416465440
Octal3253601251301016106124100
Binary11010101111100001010101101101000001110100011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F055; }

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

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

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

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

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

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

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

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