Html Css Color HEX #D1ED6C Mindaro

📋 copy color: '#D1ED6C'

red 209 ◦ green 237 ◦ blue 108

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

Shades of Mindaro #D1ED6C

Tints of Mindaro #D1ED6C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

 BLUE value IS 108 (42.58% from 255) = 19.49%

R = 37.73%
G = 42.78%
B = 19.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#D1ED6C (or 0xD1ED6C) is known color: Mindaro. HEX triplet: D1, ED and 6C. RGB value is (209,237,108). Sum of RGB (Red+Green+Blue) = 209+237+108=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1ED6C is #2E1293. Grayscale: #D6D6D6. Windows color (decimal): -3019412 or 7138769. OLE color: 7138769.

HSL color Cylindrical-coordinate representation of color #D1ED6C: hue angle of 73.02º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1ED6C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 108 -
CMYK 0.12 0 0.54 0.07
HSL 73.02º 0.78% 0.68% -
HSV(B) 73.02º 0.54% 0.93% -
XYZ 59.29 75.21 25.58 -
YUV 213.92 68.22 124.49 -
System Red Green Blue C M Y K H S L
Decimal 209 237 108 0.12 0 0.54 0.07 73.02 0.78 0.68
Hex D1 ED 6C C 0 36 7 49 4E 44
Octal 321 355 154 14 0 66 7 111 116 104
Binary 11010001 11101101 1101100 1100 0 110110 111 1001001 1001110 1000100

Color Harmonies of #D1ED6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED6C

Black with #D1ED6C

Text Example


Text Example

White with #D1ED6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED6C; }

 p { color: rgb(209,237,108); }

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

background-color css

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

 a { background-color: rgb(209,237,108); }

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

border-color css

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

 span { border-color: rgb(209,237,108); }

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