Html Css Color HEX #D3EB52 Mindaro

📋 copy color: '#D3EB52'

red 211 ◦ green 235 ◦ blue 82

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

Shades of Mindaro #D3EB52

Tints of Mindaro #D3EB52

RGB

 RED value IS 211 (82.81% from 255) = 39.96%

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

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

R = 39.96%
G = 44.51%
B = 15.53%

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

#D3EB52 (or 0xD3EB52) is known color: Mindaro. HEX triplet: D3, EB and 52. RGB value is (211,235,82). Sum of RGB (Red+Green+Blue) = 211+235+82=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB52 is #2C14AD. Grayscale: #D2D2D2. Windows color (decimal): -2888878 or 5434323. OLE color: 5434323.

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

Color convert

RGB 211 235 82 -
CMYK 0.10 0 0.65 0.08
HSL 69.41º 0.79% 0.62% -
HSV(B) 69.41º 0.65% 0.92% -
XYZ 58.1 73.87 19.18 -
YUV 210.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 211 235 82 0.10 0 0.65 0.08 69.41 0.79 0.62
Hex D3 EB 52 A 0 41 8 45 4F 3E
Octal 323 353 122 12 0 101 10 105 117 76
Binary 11010011 11101011 1010010 1010 0 1000001 1000 1000101 1001111 111110

Color Harmonies of #D3EB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EB52

Black with #D3EB52

Text Example


Text Example

White with #D3EB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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