Html Css Color HEX #D1EA68 Mindaro

📋 copy color: '#D1EA68'

red 209 ◦ green 234 ◦ blue 104

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

Shades of Mindaro #D1EA68

Tints of Mindaro #D1EA68

RGB

 RED value IS 209 (82.03% from 255) = 38.21%

 GREEN value IS 234 (91.8% from 255) = 42.78%

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

R = 38.21%
G = 42.78%
B = 19.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#D1EA68 (or 0xD1EA68) is known color: Mindaro. HEX triplet: D1, EA and 68. RGB value is (209,234,104). Sum of RGB (Red+Green+Blue) = 209+234+104=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA68 is #2E1597. Grayscale: #D4D4D4. Windows color (decimal): -3020184 or 6875857. OLE color: 6875857.

HSL color Cylindrical-coordinate representation of color #D1EA68: hue angle of 71.54º degrees, saturation: 0.76, 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 #D1EA68 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 234 104 -
CMYK 0.11 0 0.56 0.08
HSL 71.54º 0.76% 0.66% -
HSV(B) 71.54º 0.56% 0.92% -
XYZ 58.22 73.4 24.2 -
YUV 211.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 209 234 104 0.11 0 0.56 0.08 71.54 0.76 0.66
Hex D1 EA 68 B 0 38 8 48 4C 42
Octal 321 352 150 13 0 70 10 110 114 102
Binary 11010001 11101010 1101000 1011 0 111000 1000 1001000 1001100 1000010

Color Harmonies of #D1EA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EA68

Black with #D1EA68

Text Example


Text Example

White with #D1EA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EA68; }

 p { color: rgb(209,234,104); }

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

background-color css

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

 a { background-color: rgb(209,234,104); }

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

border-color css

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

 span { border-color: rgb(209,234,104); }

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