Html Css Color HEX #D4E66A Mindaro

📋 copy color: '#D4E66A'

red 212 ◦ green 230 ◦ blue 106

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

Shades of Mindaro #D4E66A

Tints of Mindaro #D4E66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.34%

R = 38.69%
G = 41.97%
B = 19.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#D4E66A (or 0xD4E66A) is known color: Mindaro. HEX triplet: D4, E6 and 6A. RGB value is (212,230,106). Sum of RGB (Red+Green+Blue) = 212+230+106=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E66A is #2B1995. Grayscale: #D2D2D2. Windows color (decimal): -2824598 or 7005908. OLE color: 7005908.

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

Color convert

RGB 212 230 106 -
CMYK 0.08 0 0.54 0.10
HSL 68.71º 0.71% 0.66% -
HSV(B) 68.71º 0.54% 0.9% -
XYZ 58.05 71.63 24.4 -
YUV 210.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 212 230 106 0.08 0 0.54 0.10 68.71 0.71 0.66
Hex D4 E6 6A 8 0 36 A 45 47 42
Octal 324 346 152 10 0 66 12 105 107 102
Binary 11010100 11100110 1101010 1000 0 110110 1010 1000101 1000111 1000010

Color Harmonies of #D4E66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E66A

Black with #D4E66A

Text Example


Text Example

White with #D4E66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E66A; }

 p { color: rgb(212,230,106); }

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

background-color css

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

 a { background-color: rgb(212,230,106); }

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

border-color css

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

 span { border-color: rgb(212,230,106); }

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