Html Css Color HEX #D6ED52 Manz

📋 copy color: '#D6ED52'

red 214 ◦ green 237 ◦ blue 82

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

Shades of Manz #D6ED52

Tints of Manz #D6ED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.47%

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

R = 40.15%
G = 44.47%
B = 15.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#D6ED52 (or 0xD6ED52) is known color: Manz. HEX triplet: D6, ED and 52. RGB value is (214,237,82). Sum of RGB (Red+Green+Blue) = 214+237+82=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6ED52 is #2912AD. Grayscale: #D5D5D5. Windows color (decimal): -2691758 or 5434838. OLE color: 5434838.

HSL color Cylindrical-coordinate representation of color #D6ED52: hue angle of 68.9º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6ED52 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 82 -
CMYK 0.10 0 0.65 0.07
HSL 68.9º 0.81% 0.63% -
HSV(B) 68.9º 0.65% 0.93% -
XYZ 59.54 75.47 19.41 -
YUV 212.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 214 237 82 0.10 0 0.65 0.07 68.9 0.81 0.63
Hex D6 ED 52 A 0 41 7 45 51 3F
Octal 326 355 122 12 0 101 7 105 121 77
Binary 11010110 11101101 1010010 1010 0 1000001 111 1000101 1010001 111111

Color Harmonies of #D6ED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED52

Black with #D6ED52

Text Example


Text Example

White with #D6ED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED52; }

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

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

background-color css

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

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

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

border-color css

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

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

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