Html Css Color HEX #D5EF5A Mindaro

📋 copy color: '#D5EF5A'

red 213 ◦ green 239 ◦ blue 90

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

Shades of Mindaro #D5EF5A

Tints of Mindaro #D5EF5A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 39.3%
G = 44.1%
B = 16.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#D5EF5A (or 0xD5EF5A) is known color: Mindaro. HEX triplet: D5, EF and 5A. RGB value is (213,239,90). Sum of RGB (Red+Green+Blue) = 213+239+90=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF5A is #2A10A5. Grayscale: #D6D6D6. Windows color (decimal): -2756774 or 5959637. OLE color: 5959637.

HSL color Cylindrical-coordinate representation of color #D5EF5A: hue angle of 70.47º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5EF5A is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 90 -
CMYK 0.11 0 0.62 0.06
HSL 70.47º 0.82% 0.65% -
HSV(B) 70.47º 0.62% 0.94% -
XYZ 60.15 76.62 21.29 -
YUV 214.24 57.89 127.12 -
System Red Green Blue C M Y K H S L
Decimal 213 239 90 0.11 0 0.62 0.06 70.47 0.82 0.65
Hex D5 EF 5A B 0 3E 6 46 52 41
Octal 325 357 132 13 0 76 6 106 122 101
Binary 11010101 11101111 1011010 1011 0 111110 110 1000110 1010010 1000001

Color Harmonies of #D5EF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF5A

Black with #D5EF5A

Text Example


Text Example

White with #D5EF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF5A; }

 p { color: rgb(213,239,90); }

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

background-color css

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

 a { background-color: rgb(213,239,90); }

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

border-color css

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

 span { border-color: rgb(213,239,90); }

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