Html Css Color HEX #D4F078 Mindaro

📋 copy color: '#D4F078'

red 212 ◦ green 240 ◦ blue 120

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

Shades of Mindaro #D4F078

Tints of Mindaro #D4F078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.96%

 BLUE value IS 120 (47.27% from 255) = 20.98%

R = 37.06%
G = 41.96%
B = 20.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#D4F078 (or 0xD4F078) is known color: Mindaro. HEX triplet: D4, F0 and 78. RGB value is (212,240,120). Sum of RGB (Red+Green+Blue) = 212+240+120=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F078 is #2B0F87. Grayscale: #DADADA. Windows color (decimal): -2822024 or 7925972. OLE color: 7925972.

HSL color Cylindrical-coordinate representation of color #D4F078: hue angle of 74º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4F078 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 240 120 -
CMYK 0.12 0 0.5 0.06
HSL 74º 0.8% 0.71% -
HSV(B) 74º 0.5% 0.94% -
XYZ 61.7 77.67 29.51 -
YUV 217.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 212 240 120 0.12 0 0.5 0.06 74 0.8 0.71
Hex D4 F0 78 C 0 32 6 4A 50 47
Octal 324 360 170 14 0 62 6 112 120 107
Binary 11010100 11110000 1111000 1100 0 110010 110 1001010 1010000 1000111

Color Harmonies of #D4F078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F078

Black with #D4F078

Text Example


Text Example

White with #D4F078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F078; }

 p { color: rgb(212,240,120); }

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

background-color css

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

 a { background-color: rgb(212,240,120); }

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

border-color css

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

 span { border-color: rgb(212,240,120); }

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