Html Css Color HEX #D3FD65 Mindaro

📋 copy color: '#D3FD65'

red 211 ◦ green 253 ◦ blue 101

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

Shades of Mindaro #D3FD65

Tints of Mindaro #D3FD65

RGB

 RED value IS 211 (82.81% from 255) = 37.35%

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

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

R = 37.35%
G = 44.78%
B = 17.88%

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

#D3FD65 (or 0xD3FD65) is known color: Mindaro. HEX triplet: D3, FD and 65. RGB value is (211,253,101). Sum of RGB (Red+Green+Blue) = 211+253+101=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD65 is #2C029A. Grayscale: #DFDFDF. Windows color (decimal): -2884251 or 6684115. OLE color: 6684115.

HSL color Cylindrical-coordinate representation of color #D3FD65: hue angle of 76.58º 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 #D3FD65 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 253 101 -
CMYK 0.17 0 0.60 0.01
HSL 76.58º 0.97% 0.69% -
HSV(B) 76.58º 0.6% 0.99% -
XYZ 64.34 85.04 25.34 -
YUV 223.11 59.09 119.36 -
System Red Green Blue C M Y K H S L
Decimal 211 253 101 0.17 0 0.60 0.01 76.58 0.97 0.69
Hex D3 FD 65 11 0 3C 1 4D 61 45
Octal 323 375 145 21 0 74 1 115 141 105
Binary 11010011 11111101 1100101 10001 0 111100 1 1001101 1100001 1000101

Color Harmonies of #D3FD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FD65

Black with #D3FD65

Text Example


Text Example

White with #D3FD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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