Html Css Color HEX #D5F352 Mindaro

📋 copy color: '#D5F352'

red 213 ◦ green 243 ◦ blue 82

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

Shades of Mindaro #D5F352

Tints of Mindaro #D5F352

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.17%

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

R = 39.59%
G = 45.17%
B = 15.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#D5F352 (or 0xD5F352) is known color: Mindaro. HEX triplet: D5, F3 and 52. RGB value is (213,243,82). Sum of RGB (Red+Green+Blue) = 213+243+82=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F352 is #2A0CAD. Grayscale: #D8D8D8. Windows color (decimal): -2755758 or 5436373. OLE color: 5436373.

HSL color Cylindrical-coordinate representation of color #D5F352: hue angle of 71.18º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5F352 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 243 82 -
CMYK 0.12 0 0.66 0.05
HSL 71.18º 0.87% 0.64% -
HSV(B) 71.18º 0.66% 0.95% -
XYZ 61.01 78.86 19.99 -
YUV 215.68 52.56 126.09 -
System Red Green Blue C M Y K H S L
Decimal 213 243 82 0.12 0 0.66 0.05 71.18 0.87 0.64
Hex D5 F3 52 C 0 42 5 47 57 40
Octal 325 363 122 14 0 102 5 107 127 100
Binary 11010101 11110011 1010010 1100 0 1000010 101 1000111 1010111 1000000

Color Harmonies of #D5F352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F352

Black with #D5F352

Text Example


Text Example

White with #D5F352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F352; }

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

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

background-color css

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

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

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

border-color css

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

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

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