Html Css Color HEX #D1FD65 Mindaro

📋 copy color: '#D1FD65'

red 209 ◦ green 253 ◦ blue 101

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

Shades of Mindaro #D1FD65

Tints of Mindaro #D1FD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.94%

R = 37.12%
G = 44.94%
B = 17.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#D1FD65 (or 0xD1FD65) is known color: Mindaro. HEX triplet: D1, FD and 65. RGB value is (209,253,101). Sum of RGB (Red+Green+Blue) = 209+253+101=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FD65 is #2E029A. Grayscale: #DFDFDF. Windows color (decimal): -3015323 or 6684113. OLE color: 6684113.

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

Color convert

RGB 209 253 101 -
CMYK 0.17 0 0.60 0.01
HSL 77.37º 0.97% 0.69% -
HSV(B) 77.37º 0.6% 0.99% -
XYZ 63.77 84.75 25.31 -
YUV 222.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 209 253 101 0.17 0 0.60 0.01 77.37 0.97 0.69
Hex D1 FD 65 11 0 3C 1 4D 61 45
Octal 321 375 145 21 0 74 1 115 141 105
Binary 11010001 11111101 1100101 10001 0 111100 1 1001101 1100001 1000101

Color Harmonies of #D1FD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FD65

Black with #D1FD65

Text Example


Text Example

White with #D1FD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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