Html Css Color HEX #D3FD5F Mindaro

📋 copy color: '#D3FD5F'

red 211 ◦ green 253 ◦ blue 95

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

Shades of Mindaro #D3FD5F

Tints of Mindaro #D3FD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.99%

R = 37.75%
G = 45.26%
B = 16.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#D3FD5F (or 0xD3FD5F) is known color: Mindaro. HEX triplet: D3, FD and 5F. RGB value is (211,253,95). Sum of RGB (Red+Green+Blue) = 211+253+95=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD5F is #2C02A0. Grayscale: #DFDFDF. Windows color (decimal): -2884257 or 6290899. OLE color: 6290899.

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

Color convert

RGB 211 253 95 -
CMYK 0.17 0 0.62 0.01
HSL 75.95º 0.98% 0.68% -
HSV(B) 75.95º 0.62% 0.99% -
XYZ 64.05 84.93 23.84 -
YUV 222.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 211 253 95 0.17 0 0.62 0.01 75.95 0.98 0.68
Hex D3 FD 5F 11 0 3E 1 4C 62 44
Octal 323 375 137 21 0 76 1 114 142 104
Binary 11010011 11111101 1011111 10001 0 111110 1 1001100 1100010 1000100

Color Harmonies of #D3FD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FD5F

Black with #D3FD5F

Text Example


Text Example

White with #D3FD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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