Html Css Color HEX #D3FC5A Mindaro

📋 copy color: '#D3FC5A'

red 211 ◦ green 252 ◦ blue 90

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

Shades of Mindaro #D3FC5A

Tints of Mindaro #D3FC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.27%

R = 38.16%
G = 45.57%
B = 16.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#D3FC5A (or 0xD3FC5A) is known color: Mindaro. HEX triplet: D3, FC and 5A. RGB value is (211,252,90). Sum of RGB (Red+Green+Blue) = 211+252+90=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FC5A is #2C03A5. Grayscale: #DDDDDD. Windows color (decimal): -2884518 or 5962963. OLE color: 5962963.

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

Color convert

RGB 211 252 90 -
CMYK 0.16 0 0.64 0.01
HSL 75.19º 0.96% 0.67% -
HSV(B) 75.19º 0.64% 0.99% -
XYZ 63.52 84.21 22.58 -
YUV 221.27 53.92 120.67 -
System Red Green Blue C M Y K H S L
Decimal 211 252 90 0.16 0 0.64 0.01 75.19 0.96 0.67
Hex D3 FC 5A 10 0 40 1 4B 60 43
Octal 323 374 132 20 0 100 1 113 140 103
Binary 11010011 11111100 1011010 10000 0 1000000 1 1001011 1100000 1000011

Color Harmonies of #D3FC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FC5A

Black with #D3FC5A

Text Example


Text Example

White with #D3FC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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