Html Css Color HEX #D3FC5D Mindaro

📋 copy color: '#D3FC5D'

red 211 ◦ green 252 ◦ blue 93

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

Shades of Mindaro #D3FC5D

Tints of Mindaro #D3FC5D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

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

R = 37.95%
G = 45.32%
B = 16.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#D3FC5D (or 0xD3FC5D) is known color: Mindaro. HEX triplet: D3, FC and 5D. RGB value is (211,252,93). Sum of RGB (Red+Green+Blue) = 211+252+93=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FC5D is #2C03A2. Grayscale: #DEDEDE. Windows color (decimal): -2884515 or 6159571. OLE color: 6159571.

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

Color convert

RGB 211 252 93 -
CMYK 0.16 0 0.63 0.01
HSL 75.47º 0.96% 0.68% -
HSV(B) 75.47º 0.63% 0.99% -
XYZ 63.65 84.26 23.27 -
YUV 221.62 55.42 120.43 -
System Red Green Blue C M Y K H S L
Decimal 211 252 93 0.16 0 0.63 0.01 75.47 0.96 0.68
Hex D3 FC 5D 10 0 3F 1 4B 60 44
Octal 323 374 135 20 0 77 1 113 140 104
Binary 11010011 11111100 1011101 10000 0 111111 1 1001011 1100000 1000100

Color Harmonies of #D3FC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FC5D

Black with #D3FC5D

Text Example


Text Example

White with #D3FC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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