Html Css Color HEX #D4FE52 Mindaro

📋 copy color: '#D4FE52'

red 212 ◦ green 254 ◦ blue 82

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

Shades of Mindaro #D4FE52

Tints of Mindaro #D4FE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.96%

R = 38.69%
G = 46.35%
B = 14.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#D4FE52 (or 0xD4FE52) is known color: Mindaro. HEX triplet: D4, FE and 52. RGB value is (212,254,82). Sum of RGB (Red+Green+Blue) = 212+254+82=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 82 (32.42% from 255 or 14.96% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FE52 is #2B01AD. Grayscale: #DEDEDE. Windows color (decimal): -2818478 or 5439188. OLE color: 5439188.

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

Color convert

RGB 212 254 82 -
CMYK 0.17 0 0.68 0.00
HSL 74.65º 0.99% 0.66% -
HSV(B) 74.65º 0.68% 1% -
XYZ 64.12 85.49 21.1 -
YUV 221.83 49.09 120.99 -
System Red Green Blue C M Y K H S L
Decimal 212 254 82 0.17 0 0.68 0.00 74.65 0.99 0.66
Hex D4 FE 52 11 0 44 0 4B 63 42
Octal 324 376 122 21 0 104 0 113 143 102
Binary 11010100 11111110 1010010 10001 0 1000100 0 1001011 1100011 1000010

Color Harmonies of #D4FE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE52

Black with #D4FE52

Text Example


Text Example

White with #D4FE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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