Html Css Color HEX #D3EF5D Mindaro

📋 copy color: '#D3EF5D'

red 211 ◦ green 239 ◦ blue 93

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

Shades of Mindaro #D3EF5D

Tints of Mindaro #D3EF5D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.01%

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

R = 38.86%
G = 44.01%
B = 17.13%

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

#D3EF5D (or 0xD3EF5D) is known color: Mindaro. HEX triplet: D3, EF and 5D. RGB value is (211,239,93). Sum of RGB (Red+Green+Blue) = 211+239+93=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EF5D is #2C10A2. Grayscale: #D6D6D6. Windows color (decimal): -2887843 or 6156243. OLE color: 6156243.

HSL color Cylindrical-coordinate representation of color #D3EF5D: hue angle of 71.51º degrees, saturation: 0.82, 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 #D3EF5D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 239 93 -
CMYK 0.12 0 0.61 0.06
HSL 71.51º 0.82% 0.65% -
HSV(B) 71.51º 0.61% 0.94% -
XYZ 59.71 76.37 21.95 -
YUV 213.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 211 239 93 0.12 0 0.61 0.06 71.51 0.82 0.65
Hex D3 EF 5D C 0 3D 6 48 52 41
Octal 323 357 135 14 0 75 6 110 122 101
Binary 11010011 11101111 1011101 1100 0 111101 110 1001000 1010010 1000001

Color Harmonies of #D3EF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EF5D

Black with #D3EF5D

Text Example


Text Example

White with #D3EF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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