Html Css Color HEX #D4F15D Mindaro

📋 copy color: '#D4F15D'

red 212 ◦ green 241 ◦ blue 93

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

Shades of Mindaro #D4F15D

Tints of Mindaro #D4F15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.03%

R = 38.83%
G = 44.14%
B = 17.03%

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

#D4F15D (or 0xD4F15D) is known color: Mindaro. HEX triplet: D4, F1 and 5D. RGB value is (212,241,93). Sum of RGB (Red+Green+Blue) = 212+241+93=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F15D is #2B0EA2. Grayscale: #D8D8D8. Windows color (decimal): -2821795 or 6156756. OLE color: 6156756.

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

Color convert

RGB 212 241 93 -
CMYK 0.12 0 0.61 0.05
HSL 71.76º 0.84% 0.65% -
HSV(B) 71.76º 0.61% 0.95% -
XYZ 60.58 77.7 22.16 -
YUV 215.46 58.89 125.53 -
System Red Green Blue C M Y K H S L
Decimal 212 241 93 0.12 0 0.61 0.05 71.76 0.84 0.65
Hex D4 F1 5D C 0 3D 5 48 54 41
Octal 324 361 135 14 0 75 5 110 124 101
Binary 11010100 11110001 1011101 1100 0 111101 101 1001000 1010100 1000001

Color Harmonies of #D4F15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F15D

Black with #D4F15D

Text Example


Text Example

White with #D4F15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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