Html Css Color HEX #D3E65F Mindaro

📋 copy color: '#D3E65F'

red 211 ◦ green 230 ◦ blue 95

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

Shades of Mindaro #D3E65F

Tints of Mindaro #D3E65F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.91%

 BLUE value IS 95 (37.5% from 255) = 17.72%

R = 39.37%
G = 42.91%
B = 17.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#D3E65F (or 0xD3E65F) is known color: Mindaro. HEX triplet: D3, E6 and 5F. RGB value is (211,230,95). Sum of RGB (Red+Green+Blue) = 211+230+95=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E65F is #2C19A0. Grayscale: #D1D1D1. Windows color (decimal): -2890145 or 6285011. OLE color: 6285011.

HSL color Cylindrical-coordinate representation of color #D3E65F: hue angle of 68.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3E65F is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 230 95 -
CMYK 0.08 0 0.59 0.10
HSL 68.44º 0.73% 0.64% -
HSV(B) 68.44º 0.59% 0.9% -
XYZ 57.23 71.27 21.57 -
YUV 208.93 63.71 129.48 -
System Red Green Blue C M Y K H S L
Decimal 211 230 95 0.08 0 0.59 0.10 68.44 0.73 0.64
Hex D3 E6 5F 8 0 3B A 44 49 40
Octal 323 346 137 10 0 73 12 104 111 100
Binary 11010011 11100110 1011111 1000 0 111011 1010 1000100 1001001 1000000

Color Harmonies of #D3E65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E65F

Black with #D3E65F

Text Example


Text Example

White with #D3E65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E65F; }

 p { color: rgb(211,230,95); }

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

background-color css

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

 a { background-color: rgb(211,230,95); }

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

border-color css

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

 span { border-color: rgb(211,230,95); }

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