Html Css Color HEX #D4F15E Mindaro

📋 copy color: '#D4F15E'

red 212 ◦ green 241 ◦ blue 94

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

Shades of Mindaro #D4F15E

Tints of Mindaro #D4F15E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.06%

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

R = 38.76%
G = 44.06%
B = 17.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#D4F15E (or 0xD4F15E) is known color: Mindaro. HEX triplet: D4, F1 and 5E. RGB value is (212,241,94). Sum of RGB (Red+Green+Blue) = 212+241+94=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F15E is #2B0EA1. Grayscale: #D8D8D8. Windows color (decimal): -2821794 or 6222292. OLE color: 6222292.

HSL color Cylindrical-coordinate representation of color #D4F15E: hue angle of 71.84º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4F15E is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 241 94 -
CMYK 0.12 0 0.61 0.05
HSL 71.84º 0.84% 0.66% -
HSV(B) 71.84º 0.61% 0.95% -
XYZ 60.63 77.72 22.39 -
YUV 215.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 212 241 94 0.12 0 0.61 0.05 71.84 0.84 0.66
Hex D4 F1 5E C 0 3D 5 48 54 42
Octal 324 361 136 14 0 75 5 110 124 102
Binary 11010100 11110001 1011110 1100 0 111101 101 1001000 1010100 1000010

Color Harmonies of #D4F15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F15E

Black with #D4F15E

Text Example


Text Example

White with #D4F15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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