Html Css Color HEX #D1E05D Mindaro

📋 copy color: '#D1E05D'

red 209 ◦ green 224 ◦ blue 93

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

Shades of Mindaro #D1E05D

Tints of Mindaro #D1E05D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.59%

 BLUE value IS 93 (36.72% from 255) = 17.68%

R = 39.73%
G = 42.59%
B = 17.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#D1E05D (or 0xD1E05D) is known color: Mindaro. HEX triplet: D1, E0 and 5D. RGB value is (209,224,93). Sum of RGB (Red+Green+Blue) = 209+224+93=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E05D is #2E1FA2. Grayscale: #CDCDCD. Windows color (decimal): -3022755 or 6152401. OLE color: 6152401.

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

Color convert

RGB 209 224 93 -
CMYK 0.07 0 0.58 0.12
HSL 66.87º 0.68% 0.62% -
HSV(B) 66.87º 0.58% 0.88% -
XYZ 54.93 67.66 20.52 -
YUV 204.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 209 224 93 0.07 0 0.58 0.12 66.87 0.68 0.62
Hex D1 E0 5D 7 0 3A C 43 44 3E
Octal 321 340 135 7 0 72 14 103 104 76
Binary 11010001 11100000 1011101 111 0 111010 1100 1000011 1000100 111110

Color Harmonies of #D1E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E05D

Black with #D1E05D

Text Example


Text Example

White with #D1E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E05D; }

 p { color: rgb(209,224,93); }

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

background-color css

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

 a { background-color: rgb(209,224,93); }

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

border-color css

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

 span { border-color: rgb(209,224,93); }

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