Html Css Color HEX #D4EB68 Mindaro

📋 copy color: '#D4EB68'

red 212 ◦ green 235 ◦ blue 104

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

Shades of Mindaro #D4EB68

Tints of Mindaro #D4EB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.87%

R = 38.48%
G = 42.65%
B = 18.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#D4EB68 (or 0xD4EB68) is known color: Mindaro. HEX triplet: D4, EB and 68. RGB value is (212,235,104). Sum of RGB (Red+Green+Blue) = 212+235+104=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB68 is #2B1497. Grayscale: #D5D5D5. Windows color (decimal): -2823320 or 6876116. OLE color: 6876116.

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

Color convert

RGB 212 235 104 -
CMYK 0.10 0 0.56 0.08
HSL 70.53º 0.77% 0.66% -
HSV(B) 70.53º 0.56% 0.92% -
XYZ 59.36 74.41 24.33 -
YUV 213.19 66.38 127.15 -
System Red Green Blue C M Y K H S L
Decimal 212 235 104 0.10 0 0.56 0.08 70.53 0.77 0.66
Hex D4 EB 68 A 0 38 8 47 4D 42
Octal 324 353 150 12 0 70 10 107 115 102
Binary 11010100 11101011 1101000 1010 0 111000 1000 1000111 1001101 1000010

Color Harmonies of #D4EB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB68

Black with #D4EB68

Text Example


Text Example

White with #D4EB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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