Html Css Color HEX #D3F05D Mindaro

📋 copy color: '#D3F05D'

red 211 ◦ green 240 ◦ blue 93

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

Shades of Mindaro #D3F05D

Tints of Mindaro #D3F05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.12%

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

R = 38.79%
G = 44.12%
B = 17.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#D3F05D (or 0xD3F05D) is known color: Mindaro. HEX triplet: D3, F0 and 5D. RGB value is (211,240,93). Sum of RGB (Red+Green+Blue) = 211+240+93=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F05D is #2C0FA2. Grayscale: #D7D7D7. Windows color (decimal): -2887587 or 6156499. OLE color: 6156499.

HSL color Cylindrical-coordinate representation of color #D3F05D: hue angle of 71.84º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3F05D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 240 93 -
CMYK 0.12 0 0.61 0.06
HSL 71.84º 0.83% 0.65% -
HSV(B) 71.84º 0.61% 0.94% -
XYZ 60 76.96 22.05 -
YUV 214.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 211 240 93 0.12 0 0.61 0.06 71.84 0.83 0.65
Hex D3 F0 5D C 0 3D 6 48 53 41
Octal 323 360 135 14 0 75 6 110 123 101
Binary 11010011 11110000 1011101 1100 0 111101 110 1001000 1010011 1000001

Color Harmonies of #D3F05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F05D

Black with #D3F05D

Text Example


Text Example

White with #D3F05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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