Html Css Color HEX #D4FC64 Mindaro

📋 copy color: '#D4FC64'

red 212 ◦ green 252 ◦ blue 100

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

Shades of Mindaro #D4FC64

Tints of Mindaro #D4FC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.73%

R = 37.59%
G = 44.68%
B = 17.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#D4FC64 (or 0xD4FC64) is known color: Mindaro. HEX triplet: D4, FC and 64. RGB value is (212,252,100). Sum of RGB (Red+Green+Blue) = 212+252+100=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC64 is #2B039B. Grayscale: #DFDFDF. Windows color (decimal): -2818972 or 6618324. OLE color: 6618324.

HSL color Cylindrical-coordinate representation of color #D4FC64: hue angle of 75.79º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4FC64 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 252 100 -
CMYK 0.16 0 0.60 0.01
HSL 75.79º 0.96% 0.69% -
HSV(B) 75.79º 0.6% 0.99% -
XYZ 64.26 84.54 24.99 -
YUV 222.71 58.75 120.36 -
System Red Green Blue C M Y K H S L
Decimal 212 252 100 0.16 0 0.60 0.01 75.79 0.96 0.69
Hex D4 FC 64 10 0 3C 1 4C 60 45
Octal 324 374 144 20 0 74 1 114 140 105
Binary 11010100 11111100 1100100 10000 0 111100 1 1001100 1100000 1000101

Color Harmonies of #D4FC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FC64

Black with #D4FC64

Text Example


Text Example

White with #D4FC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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