Html Css Color HEX #D5EB52 Manz

📋 copy color: '#D5EB52'

red 213 ◦ green 235 ◦ blue 82

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

Shades of Manz #D5EB52

Tints of Manz #D5EB52

RGB

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

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

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

R = 40.19%
G = 44.34%
B = 15.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#D5EB52 (or 0xD5EB52) is known color: Manz. HEX triplet: D5, EB and 52. RGB value is (213,235,82). Sum of RGB (Red+Green+Blue) = 213+235+82=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EB52 is #2A14AD. Grayscale: #D3D3D3. Windows color (decimal): -2757806 or 5434325. OLE color: 5434325.

HSL color Cylindrical-coordinate representation of color #D5EB52: hue angle of 68.63º 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 #D5EB52 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 82 -
CMYK 0.09 0 0.65 0.08
HSL 68.63º 0.79% 0.62% -
HSV(B) 68.63º 0.65% 0.92% -
XYZ 58.67 74.17 19.21 -
YUV 210.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 213 235 82 0.09 0 0.65 0.08 68.63 0.79 0.62
Hex D5 EB 52 9 0 41 8 45 4F 3E
Octal 325 353 122 11 0 101 10 105 117 76
Binary 11010101 11101011 1010010 1001 0 1000001 1000 1000101 1001111 111110

Color Harmonies of #D5EB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EB52

Black with #D5EB52

Text Example


Text Example

White with #D5EB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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