Html Css Color HEX #D4FD74 Mindaro

📋 copy color: '#D4FD74'

red 212 ◦ green 253 ◦ blue 116

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

Shades of Mindaro #D4FD74

Tints of Mindaro #D4FD74

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.55%

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

R = 36.49%
G = 43.55%
B = 19.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#D4FD74 (or 0xD4FD74) is known color: Mindaro. HEX triplet: D4, FD and 74. RGB value is (212,253,116). Sum of RGB (Red+Green+Blue) = 212+253+116=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FD74 is #2B028B. Grayscale: #E1E1E1. Windows color (decimal): -2818700 or 7667156. OLE color: 7667156.

HSL color Cylindrical-coordinate representation of color #D4FD74: hue angle of 77.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4FD74 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 253 116 -
CMYK 0.16 0 0.54 0.01
HSL 77.96º 0.97% 0.72% -
HSV(B) 77.96º 0.54% 0.99% -
XYZ 65.43 85.51 29.58 -
YUV 225.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 212 253 116 0.16 0 0.54 0.01 77.96 0.97 0.72
Hex D4 FD 74 10 0 36 1 4E 61 48
Octal 324 375 164 20 0 66 1 116 141 110
Binary 11010100 11111101 1110100 10000 0 110110 1 1001110 1100001 1001000

Color Harmonies of #D4FD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD74

Black with #D4FD74

Text Example


Text Example

White with #D4FD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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