Html Css Color HEX #D3FE5D Mindaro

📋 copy color: '#D3FE5D'

red 211 ◦ green 254 ◦ blue 93

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

Shades of Mindaro #D3FE5D

Tints of Mindaro #D3FE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.52%

 BLUE value IS 93 (36.72% from 255) = 16.67%

R = 37.81%
G = 45.52%
B = 16.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#D3FE5D (or 0xD3FE5D) is known color: Mindaro. HEX triplet: D3, FE and 5D. RGB value is (211,254,93). Sum of RGB (Red+Green+Blue) = 211+254+93=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FE5D is #2C01A2. Grayscale: #DFDFDF. Windows color (decimal): -2884003 or 6160083. OLE color: 6160083.

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

Color convert

RGB 211 254 93 -
CMYK 0.17 0 0.63 0.00
HSL 76.02º 0.99% 0.68% -
HSV(B) 76.02º 0.63% 1% -
XYZ 64.28 85.52 23.48 -
YUV 222.79 54.75 119.59 -
System Red Green Blue C M Y K H S L
Decimal 211 254 93 0.17 0 0.63 0.00 76.02 0.99 0.68
Hex D3 FE 5D 11 0 3F 0 4C 63 44
Octal 323 376 135 21 0 77 0 114 143 104
Binary 11010011 11111110 1011101 10001 0 111111 0 1001100 1100011 1000100

Color Harmonies of #D3FE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FE5D

Black with #D3FE5D

Text Example


Text Example

White with #D3FE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FE5D; }

 p { color: rgb(211,254,93); }

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

background-color css

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

 a { background-color: rgb(211,254,93); }

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

border-color css

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

 span { border-color: rgb(211,254,93); }

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