Html Css Color HEX #D0EB63 Mindaro

📋 copy color: '#D0EB63'

red 208 ◦ green 235 ◦ blue 99

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

Shades of Mindaro #D0EB63

Tints of Mindaro #D0EB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.27%

R = 38.38%
G = 43.36%
B = 18.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#D0EB63 (or 0xD0EB63) is known color: Mindaro. HEX triplet: D0, EB and 63. RGB value is (208,235,99). Sum of RGB (Red+Green+Blue) = 208+235+99=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EB63 is #2F149C. Grayscale: #D3D3D3. Windows color (decimal): -3085469 or 6548432. OLE color: 6548432.

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

Color convert

RGB 208 235 99 -
CMYK 0.11 0 0.58 0.08
HSL 71.91º 0.77% 0.65% -
HSV(B) 71.91º 0.58% 0.92% -
XYZ 57.97 73.73 22.98 -
YUV 211.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 208 235 99 0.11 0 0.58 0.08 71.91 0.77 0.65
Hex D0 EB 63 B 0 3A 8 48 4D 41
Octal 320 353 143 13 0 72 10 110 115 101
Binary 11010000 11101011 1100011 1011 0 111010 1000 1001000 1001101 1000001

Color Harmonies of #D0EB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB63

Black with #D0EB63

Text Example


Text Example

White with #D0EB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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