Html Css Color HEX #D5F66D Mindaro

📋 copy color: '#D5F66D'

red 213 ◦ green 246 ◦ blue 109

#D5F66D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #D5F66D

Tints of Mindaro #D5F66D

RGB

 RED value IS 213 (83.59% from 255) = 37.5%

 GREEN value IS 246 (96.48% from 255) = 43.31%

 BLUE value IS 109 (42.97% from 255) = 19.19%

R = 37.5%
G = 43.31%
B = 19.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#D5F66D (or 0xD5F66D) is known color: Mindaro. HEX triplet: D5, F6 and 6D. RGB value is (213,246,109). Sum of RGB (Red+Green+Blue) = 213+246+109=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F66D is #2A0992. Grayscale: #DDDDDD. Windows color (decimal): -2754963 or 7206613. OLE color: 7206613.

HSL color Cylindrical-coordinate representation of color #D5F66D: hue angle of 74.45º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5F66D is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 246 109 -
CMYK 0.13 0 0.56 0.04
HSL 74.45º 0.88% 0.7% -
HSV(B) 74.45º 0.56% 0.96% -
XYZ 63.16 81.16 26.81 -
YUV 220.52 65.07 122.64 -
System Red Green Blue C M Y K H S L
Decimal 213 246 109 0.13 0 0.56 0.04 74.45 0.88 0.7
Hex D5 F6 6D D 0 38 4 4A 58 46
Octal 325 366 155 15 0 70 4 112 130 106
Binary 11010101 11110110 1101101 1101 0 111000 100 1001010 1011000 1000110

Color Harmonies of #D5F66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F66D

Black with #D5F66D

Text Example


Text Example

White with #D5F66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F66D; }

 p { color: rgb(213,246,109); }

 H1.HeaderClassName
 {
   color: #D5F66D;
 }
 .AnyTagClassName
 {
   color: #D5F66D;
 }
</style>

background-color css

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

 a { background-color: rgb(213,246,109); }

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

border-color css

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

 span { border-color: rgb(213,246,109); }

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