Html Css Color HEX #D0EB68 Mindaro

📋 copy color: '#D0EB68'

red 208 ◦ green 235 ◦ blue 104

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

Shades of Mindaro #D0EB68

Tints of Mindaro #D0EB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 38.03%
G = 42.96%
B = 19.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#D0EB68 (or 0xD0EB68) is known color: Mindaro. HEX triplet: D0, EB and 68. RGB value is (208,235,104). Sum of RGB (Red+Green+Blue) = 208+235+104=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EB68 is #2F1497. Grayscale: #D4D4D4. Windows color (decimal): -3085464 or 6876112. OLE color: 6876112.

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

Color convert

RGB 208 235 104 -
CMYK 0.11 0 0.56 0.08
HSL 72.37º 0.77% 0.66% -
HSV(B) 72.37º 0.56% 0.92% -
XYZ 58.22 73.83 24.28 -
YUV 211.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 208 235 104 0.11 0 0.56 0.08 72.37 0.77 0.66
Hex D0 EB 68 B 0 38 8 48 4D 42
Octal 320 353 150 13 0 70 10 110 115 102
Binary 11010000 11101011 1101000 1011 0 111000 1000 1001000 1001101 1000010

Color Harmonies of #D0EB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB68

Black with #D0EB68

Text Example


Text Example

White with #D0EB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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