Html Css Color HEX #D4EF5E Mindaro

📋 copy color: '#D4EF5E'

red 212 ◦ green 239 ◦ blue 94

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

Shades of Mindaro #D4EF5E

Tints of Mindaro #D4EF5E

RGB

 RED value IS 212 (83.2% from 255) = 38.9%

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

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

R = 38.9%
G = 43.85%
B = 17.25%

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

#D4EF5E (or 0xD4EF5E) is known color: Mindaro. HEX triplet: D4, EF and 5E. RGB value is (212,239,94). Sum of RGB (Red+Green+Blue) = 212+239+94=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EF5E is #2B10A1. Grayscale: #D6D6D6. Windows color (decimal): -2822306 or 6221780. OLE color: 6221780.

HSL color Cylindrical-coordinate representation of color #D4EF5E: hue angle of 71.17º 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 #D4EF5E is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 239 94 -
CMYK 0.11 0 0.61 0.06
HSL 71.17º 0.82% 0.65% -
HSV(B) 71.17º 0.61% 0.94% -
XYZ 60.04 76.54 22.2 -
YUV 214.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 212 239 94 0.11 0 0.61 0.06 71.17 0.82 0.65
Hex D4 EF 5E B 0 3D 6 47 52 41
Octal 324 357 136 13 0 75 6 107 122 101
Binary 11010100 11101111 1011110 1011 0 111101 110 1000111 1010010 1000001

Color Harmonies of #D4EF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EF5E

Black with #D4EF5E

Text Example


Text Example

White with #D4EF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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