Html Css Color HEX #D3FF5F Mindaro

📋 copy color: '#D3FF5F'

red 211 ◦ green 255 ◦ blue 95

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

Shades of Mindaro #D3FF5F

Tints of Mindaro #D3FF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 45.45%

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

R = 37.61%
G = 45.45%
B = 16.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#D3FF5F (or 0xD3FF5F) is known color: Mindaro. HEX triplet: D3, FF and 5F. RGB value is (211,255,95). Sum of RGB (Red+Green+Blue) = 211+255+95=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF5F is #2C00A0. Grayscale: #E0E0E0. Windows color (decimal): -2883745 or 6291411. OLE color: 6291411.

HSL color Cylindrical-coordinate representation of color #D3FF5F: hue angle of 76.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3FF5F is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 211 255 95 -
CMYK 0.17 0 0.63 0
HSL 76.5º 1% 0.69% -
HSV(B) 76.5º 0.63% 1% -
XYZ 64.69 86.2 24.05 -
YUV 223.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 211 255 95 0.17 0 0.63 0 76.5 1 0.69
Hex D3 FF 5F 11 0 3F 0 4C 64 45
Octal 323 377 137 21 0 77 0 114 144 105
Binary 11010011 11111111 1011111 10001 0 111111 0 1001100 1100100 1000101

Color Harmonies of #D3FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FF5F

Black with #D3FF5F

Text Example


Text Example

White with #D3FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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