Html Css Color HEX #D4FE74 Mindaro

📋 copy color: '#D4FE74'

red 212 ◦ green 254 ◦ blue 116

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

Shades of Mindaro #D4FE74

Tints of Mindaro #D4FE74

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.64%

 BLUE value IS 116 (45.7% from 255) = 19.93%

R = 36.43%
G = 43.64%
B = 19.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#D4FE74 (or 0xD4FE74) is known color: Mindaro. HEX triplet: D4, FE and 74. RGB value is (212,254,116). Sum of RGB (Red+Green+Blue) = 212+254+116=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FE74 is #2B018B. Grayscale: #E2E2E2. Windows color (decimal): -2818444 or 7667412. OLE color: 7667412.

HSL color Cylindrical-coordinate representation of color #D4FE74: hue angle of 78.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4FE74 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 254 116 -
CMYK 0.17 0 0.54 0.00
HSL 78.26º 0.99% 0.73% -
HSV(B) 78.26º 0.54% 1% -
XYZ 65.75 86.14 29.68 -
YUV 225.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 212 254 116 0.17 0 0.54 0.00 78.26 0.99 0.73
Hex D4 FE 74 11 0 36 0 4E 63 49
Octal 324 376 164 21 0 66 0 116 143 111
Binary 11010100 11111110 1110100 10001 0 110110 0 1001110 1100011 1001001

Color Harmonies of #D4FE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE74

Black with #D4FE74

Text Example


Text Example

White with #D4FE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE74; }

 p { color: rgb(212,254,116); }

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

background-color css

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

 a { background-color: rgb(212,254,116); }

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

border-color css

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

 span { border-color: rgb(212,254,116); }

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