Html Css Color HEX #D5EF5E Mindaro

📋 copy color: '#D5EF5E'

red 213 ◦ green 239 ◦ blue 94

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

Shades of Mindaro #D5EF5E

Tints of Mindaro #D5EF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.22%

R = 39.01%
G = 43.77%
B = 17.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#D5EF5E (or 0xD5EF5E) is known color: Mindaro. HEX triplet: D5, EF and 5E. RGB value is (213,239,94). Sum of RGB (Red+Green+Blue) = 213+239+94=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF5E is #2A10A1. Grayscale: #D7D7D7. Windows color (decimal): -2756770 or 6221781. OLE color: 6221781.

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

Color convert

RGB 213 239 94 -
CMYK 0.11 0 0.61 0.06
HSL 70.76º 0.82% 0.65% -
HSV(B) 70.76º 0.61% 0.94% -
XYZ 60.33 76.69 22.21 -
YUV 214.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 213 239 94 0.11 0 0.61 0.06 70.76 0.82 0.65
Hex D5 EF 5E B 0 3D 6 47 52 41
Octal 325 357 136 13 0 75 6 107 122 101
Binary 11010101 11101111 1011110 1011 0 111101 110 1000111 1010010 1000001

Color Harmonies of #D5EF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF5E

Black with #D5EF5E

Text Example


Text Example

White with #D5EF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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