Html Css Color HEX #D5E05D Mindaro

📋 copy color: '#D5E05D'

red 213 ◦ green 224 ◦ blue 93

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

Shades of Mindaro #D5E05D

Tints of Mindaro #D5E05D

RGB

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

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

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

R = 40.19%
G = 42.26%
B = 17.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#D5E05D (or 0xD5E05D) is known color: Mindaro. HEX triplet: D5, E0 and 5D. RGB value is (213,224,93). Sum of RGB (Red+Green+Blue) = 213+224+93=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E05D is #2A1FA2. Grayscale: #CECECE. Windows color (decimal): -2760611 or 6152405. OLE color: 6152405.

HSL color Cylindrical-coordinate representation of color #D5E05D: hue angle of 65.04º 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 #D5E05D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 93 -
CMYK 0.05 0 0.58 0.12
HSL 65.04º 0.68% 0.62% -
HSV(B) 65.04º 0.58% 0.88% -
XYZ 56.07 68.25 20.57 -
YUV 205.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 213 224 93 0.05 0 0.58 0.12 65.04 0.68 0.62
Hex D5 E0 5D 5 0 3A C 41 44 3E
Octal 325 340 135 5 0 72 14 101 104 76
Binary 11010101 11100000 1011101 101 0 111010 1100 1000001 1000100 111110

Color Harmonies of #D5E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E05D

Black with #D5E05D

Text Example


Text Example

White with #D5E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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