Html Css Color HEX #D1E75B Mindaro

📋 copy color: '#D1E75B'

red 209 ◦ green 231 ◦ blue 91

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

Shades of Mindaro #D1E75B

Tints of Mindaro #D1E75B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.5%

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 39.36%
G = 43.5%
B = 17.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#D1E75B (or 0xD1E75B) is known color: Mindaro. HEX triplet: D1, E7 and 5B. RGB value is (209,231,91). Sum of RGB (Red+Green+Blue) = 209+231+91=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E75B is #2E18A4. Grayscale: #D0D0D0. Windows color (decimal): -3020965 or 6023121. OLE color: 6023121.

HSL color Cylindrical-coordinate representation of color #D1E75B: hue angle of 69.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1E75B is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 231 91 -
CMYK 0.10 0 0.61 0.09
HSL 69.43º 0.74% 0.63% -
HSV(B) 69.43º 0.61% 0.91% -
XYZ 56.76 71.46 20.7 -
YUV 208.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 209 231 91 0.10 0 0.61 0.09 69.43 0.74 0.63
Hex D1 E7 5B A 0 3D 9 45 4A 3F
Octal 321 347 133 12 0 75 11 105 112 77
Binary 11010001 11100111 1011011 1010 0 111101 1001 1000101 1001010 111111

Color Harmonies of #D1E75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E75B

Black with #D1E75B

Text Example


Text Example

White with #D1E75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E75B; }

 p { color: rgb(209,231,91); }

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

background-color css

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

 a { background-color: rgb(209,231,91); }

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

border-color css

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

 span { border-color: rgb(209,231,91); }

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