Html Css Color HEX #D9EB65 Mindaro

📋 copy color: '#D9EB65'

red 217 ◦ green 235 ◦ blue 101

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

Shades of Mindaro #D9EB65

Tints of Mindaro #D9EB65

RGB

 RED value IS 217 (85.16% from 255) = 39.24%

 GREEN value IS 235 (92.19% from 255) = 42.5%

 BLUE value IS 101 (39.84% from 255) = 18.26%

R = 39.24%
G = 42.5%
B = 18.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#D9EB65 (or 0xD9EB65) is known color: Mindaro. HEX triplet: D9, EB and 65. RGB value is (217,235,101). Sum of RGB (Red+Green+Blue) = 217+235+101=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EB65 is #26149A. Grayscale: #D6D6D6. Windows color (decimal): -2495643 or 6679513. OLE color: 6679513.

HSL color Cylindrical-coordinate representation of color #D9EB65: hue angle of 68.06º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9EB65 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 235 101 -
CMYK 0.08 0 0.57 0.08
HSL 68.06º 0.77% 0.66% -
HSV(B) 68.06º 0.57% 0.92% -
XYZ 60.67 75.11 23.61 -
YUV 214.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 217 235 101 0.08 0 0.57 0.08 68.06 0.77 0.66
Hex D9 EB 65 8 0 39 8 44 4D 42
Octal 331 353 145 10 0 71 10 104 115 102
Binary 11011001 11101011 1100101 1000 0 111001 1000 1000100 1001101 1000010

Color Harmonies of #D9EB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EB65

Black with #D9EB65

Text Example


Text Example

White with #D9EB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EB65; }

 p { color: rgb(217,235,101); }

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

background-color css

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

 a { background-color: rgb(217,235,101); }

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

border-color css

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

 span { border-color: rgb(217,235,101); }

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