Html Css Color HEX #D4FC50 Mindaro

📋 copy color: '#D4FC50'

red 212 ◦ green 252 ◦ blue 80

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

Shades of Mindaro #D4FC50

Tints of Mindaro #D4FC50

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.32%

 BLUE value IS 80 (31.64% from 255) = 14.71%

R = 38.97%
G = 46.32%
B = 14.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#D4FC50 (or 0xD4FC50) is known color: Mindaro. HEX triplet: D4, FC and 50. RGB value is (212,252,80). Sum of RGB (Red+Green+Blue) = 212+252+80=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC50 is #2B03AF. Grayscale: #DDDDDD. Windows color (decimal): -2818992 or 5307604. OLE color: 5307604.

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

Color convert

RGB 212 252 80 -
CMYK 0.16 0 0.68 0.01
HSL 73.95º 0.97% 0.65% -
HSV(B) 73.95º 0.68% 0.99% -
XYZ 63.41 84.2 20.5 -
YUV 220.43 48.75 121.99 -
System Red Green Blue C M Y K H S L
Decimal 212 252 80 0.16 0 0.68 0.01 73.95 0.97 0.65
Hex D4 FC 50 10 0 44 1 4A 61 41
Octal 324 374 120 20 0 104 1 112 141 101
Binary 11010100 11111100 1010000 10000 0 1000100 1 1001010 1100001 1000001

Color Harmonies of #D4FC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FC50

Black with #D4FC50

Text Example


Text Example

White with #D4FC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FC50; }

 p { color: rgb(212,252,80); }

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

background-color css

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

 a { background-color: rgb(212,252,80); }

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

border-color css

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

 span { border-color: rgb(212,252,80); }

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