Html Css Color HEX #D3E65C Mindaro

📋 copy color: '#D3E65C'

red 211 ◦ green 230 ◦ blue 92

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

Shades of Mindaro #D3E65C

Tints of Mindaro #D3E65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.26%

R = 39.59%
G = 43.15%
B = 17.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#D3E65C (or 0xD3E65C) is known color: Mindaro. HEX triplet: D3, E6 and 5C. RGB value is (211,230,92). Sum of RGB (Red+Green+Blue) = 211+230+92=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E65C is #2C19A3. Grayscale: #D1D1D1. Windows color (decimal): -2890148 or 6088403. OLE color: 6088403.

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

Color convert

RGB 211 230 92 -
CMYK 0.08 0 0.60 0.10
HSL 68.26º 0.73% 0.63% -
HSV(B) 68.26º 0.6% 0.9% -
XYZ 57.09 71.22 20.86 -
YUV 208.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 211 230 92 0.08 0 0.60 0.10 68.26 0.73 0.63
Hex D3 E6 5C 8 0 3C A 44 49 3F
Octal 323 346 134 10 0 74 12 104 111 77
Binary 11010011 11100110 1011100 1000 0 111100 1010 1000100 1001001 111111

Color Harmonies of #D3E65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E65C

Black with #D3E65C

Text Example


Text Example

White with #D3E65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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