Html Css Color HEX #D6EF52 Mindaro

📋 copy color: '#D6EF52'

red 214 ◦ green 239 ◦ blue 82

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

Shades of Mindaro #D6EF52

Tints of Mindaro #D6EF52

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

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

R = 40%
G = 44.67%
B = 15.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#D6EF52 (or 0xD6EF52) is known color: Mindaro. HEX triplet: D6, EF and 52. RGB value is (214,239,82). Sum of RGB (Red+Green+Blue) = 214+239+82=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EF52 is #2910AD. Grayscale: #D6D6D6. Windows color (decimal): -2691246 or 5435350. OLE color: 5435350.

HSL color Cylindrical-coordinate representation of color #D6EF52: hue angle of 69.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6EF52 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 82 -
CMYK 0.10 0 0.66 0.06
HSL 69.55º 0.83% 0.63% -
HSV(B) 69.55º 0.66% 0.94% -
XYZ 60.12 76.64 19.61 -
YUV 213.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 214 239 82 0.10 0 0.66 0.06 69.55 0.83 0.63
Hex D6 EF 52 A 0 42 6 46 53 3F
Octal 326 357 122 12 0 102 6 106 123 77
Binary 11010110 11101111 1010010 1010 0 1000010 110 1000110 1010011 111111

Color Harmonies of #D6EF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EF52

Black with #D6EF52

Text Example


Text Example

White with #D6EF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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