Html Css Color HEX #D4FC5D Mindaro

📋 copy color: '#D4FC5D'

red 212 ◦ green 252 ◦ blue 93

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

Shades of Mindaro #D4FC5D

Tints of Mindaro #D4FC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.7%

R = 38.06%
G = 45.24%
B = 16.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#D4FC5D (or 0xD4FC5D) is known color: Mindaro. HEX triplet: D4, FC and 5D. RGB value is (212,252,93). Sum of RGB (Red+Green+Blue) = 212+252+93=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC5D is #2B03A2. Grayscale: #DEDEDE. Windows color (decimal): -2818979 or 6159572. OLE color: 6159572.

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

Color convert

RGB 212 252 93 -
CMYK 0.16 0 0.63 0.01
HSL 75.09º 0.96% 0.68% -
HSV(B) 75.09º 0.63% 0.99% -
XYZ 63.94 84.41 23.28 -
YUV 221.91 55.25 120.93 -
System Red Green Blue C M Y K H S L
Decimal 212 252 93 0.16 0 0.63 0.01 75.09 0.96 0.68
Hex D4 FC 5D 10 0 3F 1 4B 60 44
Octal 324 374 135 20 0 77 1 113 140 104
Binary 11010100 11111100 1011101 10000 0 111111 1 1001011 1100000 1000100

Color Harmonies of #D4FC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FC5D

Black with #D4FC5D

Text Example


Text Example

White with #D4FC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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