Html Css Color HEX #D5E75D Mindaro

📋 copy color: '#D5E75D'

red 213 ◦ green 231 ◦ blue 93

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

Shades of Mindaro #D5E75D

Tints of Mindaro #D5E75D

RGB

 RED value IS 213 (83.59% from 255) = 39.66%

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

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

R = 39.66%
G = 43.02%
B = 17.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#D5E75D (or 0xD5E75D) is known color: Mindaro. HEX triplet: D5, E7 and 5D. RGB value is (213,231,93). Sum of RGB (Red+Green+Blue) = 213+231+93=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E75D is #2A18A2. Grayscale: #D2D2D2. Windows color (decimal): -2758819 or 6154197. OLE color: 6154197.

HSL color Cylindrical-coordinate representation of color #D5E75D: hue angle of 67.83º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5E75D is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 231 93 -
CMYK 0.08 0 0.60 0.09
HSL 67.83º 0.74% 0.64% -
HSV(B) 67.83º 0.6% 0.91% -
XYZ 57.99 72.09 21.21 -
YUV 209.89 62.04 130.22 -
System Red Green Blue C M Y K H S L
Decimal 213 231 93 0.08 0 0.60 0.09 67.83 0.74 0.64
Hex D5 E7 5D 8 0 3C 9 44 4A 40
Octal 325 347 135 10 0 74 11 104 112 100
Binary 11010101 11100111 1011101 1000 0 111100 1001 1000100 1001010 1000000

Color Harmonies of #D5E75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E75D

Black with #D5E75D

Text Example


Text Example

White with #D5E75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E75D; }

 p { color: rgb(213,231,93); }

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

background-color css

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

 a { background-color: rgb(213,231,93); }

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

border-color css

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

 span { border-color: rgb(213,231,93); }

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