Html Css Color HEX #D5EA62 Mindaro

📋 copy color: '#D5EA62'

red 213 ◦ green 234 ◦ blue 98

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

Shades of Mindaro #D5EA62

Tints of Mindaro #D5EA62

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.94%

 BLUE value IS 98 (38.67% from 255) = 17.98%

R = 39.08%
G = 42.94%
B = 17.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#D5EA62 (or 0xD5EA62) is known color: Mindaro. HEX triplet: D5, EA and 62. RGB value is (213,234,98). Sum of RGB (Red+Green+Blue) = 213+234+98=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EA62 is #2A159D. Grayscale: #D4D4D4. Windows color (decimal): -2758046 or 6482645. OLE color: 6482645.

HSL color Cylindrical-coordinate representation of color #D5EA62: hue angle of 69.26º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5EA62 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 234 98 -
CMYK 0.09 0 0.58 0.08
HSL 69.26º 0.76% 0.65% -
HSV(B) 69.26º 0.58% 0.92% -
XYZ 59.07 73.87 22.7 -
YUV 212.22 63.54 128.56 -
System Red Green Blue C M Y K H S L
Decimal 213 234 98 0.09 0 0.58 0.08 69.26 0.76 0.65
Hex D5 EA 62 9 0 3A 8 45 4C 41
Octal 325 352 142 11 0 72 10 105 114 101
Binary 11010101 11101010 1100010 1001 0 111010 1000 1000101 1001100 1000001

Color Harmonies of #D5EA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA62

Black with #D5EA62

Text Example


Text Example

White with #D5EA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA62; }

 p { color: rgb(213,234,98); }

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

background-color css

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

 a { background-color: rgb(213,234,98); }

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

border-color css

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

 span { border-color: rgb(213,234,98); }

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