Html Css Color HEX #D4EB65 Mindaro

📋 copy color: '#D4EB65'

red 212 ◦ green 235 ◦ blue 101

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

Shades of Mindaro #D4EB65

Tints of Mindaro #D4EB65

RGB

 RED value IS 212 (83.2% from 255) = 38.69%

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

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

R = 38.69%
G = 42.88%
B = 18.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#D4EB65 (or 0xD4EB65) is known color: Mindaro. HEX triplet: D4, EB and 65. RGB value is (212,235,101). Sum of RGB (Red+Green+Blue) = 212+235+101=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB65 is #2B149A. Grayscale: #D5D5D5. Windows color (decimal): -2823323 or 6679508. OLE color: 6679508.

HSL color Cylindrical-coordinate representation of color #D4EB65: hue angle of 70.3º 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 #D4EB65 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 101 -
CMYK 0.10 0 0.57 0.08
HSL 70.3º 0.77% 0.66% -
HSV(B) 70.3º 0.57% 0.92% -
XYZ 59.21 74.35 23.54 -
YUV 212.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 212 235 101 0.10 0 0.57 0.08 70.3 0.77 0.66
Hex D4 EB 65 A 0 39 8 46 4D 42
Octal 324 353 145 12 0 71 10 106 115 102
Binary 11010100 11101011 1100101 1010 0 111001 1000 1000110 1001101 1000010

Color Harmonies of #D4EB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB65

Black with #D4EB65

Text Example


Text Example

White with #D4EB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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