Html Css Color HEX #D4EB52 Manz

📋 copy color: '#D4EB52'

red 212 ◦ green 235 ◦ blue 82

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

Shades of Manz #D4EB52

Tints of Manz #D4EB52

RGB

 RED value IS 212 (83.2% from 255) = 40.08%

 GREEN value IS 235 (92.19% from 255) = 44.42%

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

R = 40.08%
G = 44.42%
B = 15.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#D4EB52 (or 0xD4EB52) is known color: Manz. HEX triplet: D4, EB and 52. RGB value is (212,235,82). Sum of RGB (Red+Green+Blue) = 212+235+82=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB52 is #2B14AD. Grayscale: #D3D3D3. Windows color (decimal): -2823342 or 5434324. OLE color: 5434324.

HSL color Cylindrical-coordinate representation of color #D4EB52: hue angle of 69.02º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4EB52 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 82 -
CMYK 0.10 0 0.65 0.08
HSL 69.02º 0.79% 0.62% -
HSV(B) 69.02º 0.65% 0.92% -
XYZ 58.38 74.02 19.19 -
YUV 210.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 212 235 82 0.10 0 0.65 0.08 69.02 0.79 0.62
Hex D4 EB 52 A 0 41 8 45 4F 3E
Octal 324 353 122 12 0 101 10 105 117 76
Binary 11010100 11101011 1010010 1010 0 1000001 1000 1000101 1001111 111110

Color Harmonies of #D4EB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB52

Black with #D4EB52

Text Example


Text Example

White with #D4EB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB52; }

 p { color: rgb(212,235,82); }

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

background-color css

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

 a { background-color: rgb(212,235,82); }

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

border-color css

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

 span { border-color: rgb(212,235,82); }

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