Html Css Color HEX #D3F95D Mindaro

📋 copy color: '#D3F95D'

red 211 ◦ green 249 ◦ blue 93

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

Shades of Mindaro #D3F95D

Tints of Mindaro #D3F95D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

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

R = 38.16%
G = 45.03%
B = 16.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D3F95D (or 0xD3F95D) is known color: Mindaro. HEX triplet: D3, F9 and 5D. RGB value is (211,249,93). Sum of RGB (Red+Green+Blue) = 211+249+93=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F95D is #2C06A2. Grayscale: #DCDCDC. Windows color (decimal): -2885283 or 6158803. OLE color: 6158803.

HSL color Cylindrical-coordinate representation of color #D3F95D: hue angle of 74.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3F95D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 249 93 -
CMYK 0.15 0 0.63 0.02
HSL 74.62º 0.93% 0.67% -
HSV(B) 74.62º 0.63% 0.98% -
XYZ 62.72 82.39 22.95 -
YUV 219.85 56.41 121.68 -
System Red Green Blue C M Y K H S L
Decimal 211 249 93 0.15 0 0.63 0.02 74.62 0.93 0.67
Hex D3 F9 5D F 0 3F 2 4B 5D 43
Octal 323 371 135 17 0 77 2 113 135 103
Binary 11010011 11111001 1011101 1111 0 111111 10 1001011 1011101 1000011

Color Harmonies of #D3F95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F95D

Black with #D3F95D

Text Example


Text Example

White with #D3F95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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