Html Css Color HEX #D2EB52 Mindaro

📋 copy color: '#D2EB52'

red 210 ◦ green 235 ◦ blue 82

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

Shades of Mindaro #D2EB52

Tints of Mindaro #D2EB52

RGB

 RED value IS 210 (82.42% from 255) = 39.85%

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

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

R = 39.85%
G = 44.59%
B = 15.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#D2EB52 (or 0xD2EB52) is known color: Mindaro. HEX triplet: D2, EB and 52. RGB value is (210,235,82). Sum of RGB (Red+Green+Blue) = 210+235+82=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB52 is #2D14AD. Grayscale: #D2D2D2. Windows color (decimal): -2954414 or 5434322. OLE color: 5434322.

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

Color convert

RGB 210 235 82 -
CMYK 0.11 0 0.65 0.08
HSL 69.8º 0.79% 0.62% -
HSV(B) 69.8º 0.65% 0.92% -
XYZ 57.81 73.73 19.17 -
YUV 210.08 55.72 127.94 -
System Red Green Blue C M Y K H S L
Decimal 210 235 82 0.11 0 0.65 0.08 69.8 0.79 0.62
Hex D2 EB 52 B 0 41 8 46 4F 3E
Octal 322 353 122 13 0 101 10 106 117 76
Binary 11010010 11101011 1010010 1011 0 1000001 1000 1000110 1001111 111110

Color Harmonies of #D2EB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB52

Black with #D2EB52

Text Example


Text Example

White with #D2EB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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