Html Css Color HEX #D0EB53 Mindaro

📋 copy color: '#D0EB53'

red 208 ◦ green 235 ◦ blue 83

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

Shades of Mindaro #D0EB53

Tints of Mindaro #D0EB53

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

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

 BLUE value IS 83 (32.81% from 255) = 15.78%

R = 39.54%
G = 44.68%
B = 15.78%

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

#D0EB53 (or 0xD0EB53) is known color: Mindaro. HEX triplet: D0, EB and 53. RGB value is (208,235,83). Sum of RGB (Red+Green+Blue) = 208+235+83=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EB53 is #2F14AC. Grayscale: #D2D2D2. Windows color (decimal): -3085485 or 5499856. OLE color: 5499856.

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

Color convert

RGB 208 235 83 -
CMYK 0.11 0 0.65 0.08
HSL 70.66º 0.79% 0.62% -
HSV(B) 70.66º 0.65% 0.92% -
XYZ 57.28 73.45 19.34 -
YUV 209.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 208 235 83 0.11 0 0.65 0.08 70.66 0.79 0.62
Hex D0 EB 53 B 0 41 8 47 4F 3E
Octal 320 353 123 13 0 101 10 107 117 76
Binary 11010000 11101011 1010011 1011 0 1000001 1000 1000111 1001111 111110

Color Harmonies of #D0EB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB53

Black with #D0EB53

Text Example


Text Example

White with #D0EB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB53; }

 p { color: rgb(208,235,83); }

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

background-color css

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

 a { background-color: rgb(208,235,83); }

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

border-color css

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

 span { border-color: rgb(208,235,83); }

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