#D5FA69

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

Shades of Mindaro #D5FA69

Tints of Mindaro #D5FA69

Color information

#D5FA69 (or 0xD5FA69) is unknown color: approx Mindaro. HEX triplet: D5, FA and 69. RGB value is (213,250,105). Sum of RGB (Red+Green+Blue) = 213+250+105=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA69 is #2A0596. Grayscale: #DEDEDE. Windows color (decimal): -2753943 or 6945493. OLE color: 6945493.

HSL color Cylindrical-coordinate representation of color #D5FA69: hue angle of 75.31º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5FA69 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB213250105-
CMYK0.1500.580.02
HSL75.31º93.55%69.61%-
HSV(B)75.31º58%98.04%-
XYZ64.1883.5426.11-
YUV222.4161.74121.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 105 (41.41% from 255) = 18.49%
R=37.5%
G=44.01%
B=18.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501050.1500.580.0275.3193.5569.61
HexD5FA69F03A24b5e46
Octal325372151170722113136106
Binary110101011111101011010011111011101010100101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA69; }

 p { color: rgb(213,250,105); }

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

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

 a { background-color: rgb(213,250,105); }

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

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

 span { border-color: rgb(213,250,105); }

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