Html Css Color HEX #D1FD6A Mindaro

📋 copy color: '#D1FD6A'

red 209 ◦ green 253 ◦ blue 106

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

Shades of Mindaro #D1FD6A

Tints of Mindaro #D1FD6A

RGB

 RED value IS 209 (82.03% from 255) = 36.8%

 GREEN value IS 253 (99.22% from 255) = 44.54%

 BLUE value IS 106 (41.8% from 255) = 18.66%

R = 36.8%
G = 44.54%
B = 18.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#D1FD6A (or 0xD1FD6A) is known color: Mindaro. HEX triplet: D1, FD and 6A. RGB value is (209,253,106). Sum of RGB (Red+Green+Blue) = 209+253+106=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FD6A is #2E0295. Grayscale: #DFDFDF. Windows color (decimal): -3015318 or 7011793. OLE color: 7011793.

HSL color Cylindrical-coordinate representation of color #D1FD6A: hue angle of 77.96º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1FD6A is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 253 106 -
CMYK 0.17 0 0.58 0.01
HSL 77.96º 0.97% 0.7% -
HSV(B) 77.96º 0.58% 0.99% -
XYZ 64.02 84.85 26.64 -
YUV 223.09 61.92 117.95 -
System Red Green Blue C M Y K H S L
Decimal 209 253 106 0.17 0 0.58 0.01 77.96 0.97 0.7
Hex D1 FD 6A 11 0 3A 1 4E 61 46
Octal 321 375 152 21 0 72 1 116 141 106
Binary 11010001 11111101 1101010 10001 0 111010 1 1001110 1100001 1000110

Color Harmonies of #D1FD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FD6A

Black with #D1FD6A

Text Example


Text Example

White with #D1FD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FD6A; }

 p { color: rgb(209,253,106); }

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

background-color css

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

 a { background-color: rgb(209,253,106); }

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

border-color css

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

 span { border-color: rgb(209,253,106); }

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