Html Css Color HEX #D5F452 Mindaro

📋 copy color: '#D5F452'

red 213 ◦ green 244 ◦ blue 82

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

Shades of Mindaro #D5F452

Tints of Mindaro #D5F452

RGB

 RED value IS 213 (83.59% from 255) = 39.52%

 GREEN value IS 244 (95.7% from 255) = 45.27%

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

R = 39.52%
G = 45.27%
B = 15.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#D5F452 (or 0xD5F452) is known color: Mindaro. HEX triplet: D5, F4 and 52. RGB value is (213,244,82). Sum of RGB (Red+Green+Blue) = 213+244+82=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F452 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F452 is #2A0BAD. Grayscale: #D8D8D8. Windows color (decimal): -2755502 or 5436629. OLE color: 5436629.

HSL color Cylindrical-coordinate representation of color #D5F452: hue angle of 71.48º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5F452 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 244 82 -
CMYK 0.13 0 0.66 0.04
HSL 71.48º 0.88% 0.64% -
HSV(B) 71.48º 0.66% 0.96% -
XYZ 61.31 79.46 20.09 -
YUV 216.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 213 244 82 0.13 0 0.66 0.04 71.48 0.88 0.64
Hex D5 F4 52 D 0 42 4 47 58 40
Octal 325 364 122 15 0 102 4 107 130 100
Binary 11010101 11110100 1010010 1101 0 1000010 100 1000111 1011000 1000000

Color Harmonies of #D5F452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F452

Black with #D5F452

Text Example


Text Example

White with #D5F452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F452; }

 p { color: rgb(213,244,82); }

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

background-color css

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

 a { background-color: rgb(213,244,82); }

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

border-color css

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

 span { border-color: rgb(213,244,82); }

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