Html Css Color HEX #D6F352 Mindaro

📋 copy color: '#D6F352'

red 214 ◦ green 243 ◦ blue 82

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

Shades of Mindaro #D6F352

Tints of Mindaro #D6F352

RGB

 RED value IS 214 (83.98% from 255) = 39.7%

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

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

R = 39.7%
G = 45.08%
B = 15.21%

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

#D6F352 (or 0xD6F352) is known color: Mindaro. HEX triplet: D6, F3 and 52. RGB value is (214,243,82). Sum of RGB (Red+Green+Blue) = 214+243+82=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F352 is #290CAD. Grayscale: #D8D8D8. Windows color (decimal): -2690222 or 5436374. OLE color: 5436374.

HSL color Cylindrical-coordinate representation of color #D6F352: hue angle of 70.81º 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 #D6F352 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 243 82 -
CMYK 0.12 0 0.66 0.05
HSL 70.81º 0.87% 0.64% -
HSV(B) 70.81º 0.66% 0.95% -
XYZ 61.31 79.01 20 -
YUV 215.98 52.39 126.59 -
System Red Green Blue C M Y K H S L
Decimal 214 243 82 0.12 0 0.66 0.05 70.81 0.87 0.64
Hex D6 F3 52 C 0 42 5 47 57 40
Octal 326 363 122 14 0 102 5 107 127 100
Binary 11010110 11110011 1010010 1100 0 1000010 101 1000111 1010111 1000000

Color Harmonies of #D6F352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F352

Black with #D6F352

Text Example


Text Example

White with #D6F352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F352; }

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

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

background-color css

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

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

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

border-color css

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

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

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