Html Css Color HEX #D0E069 Mindaro

📋 copy color: '#D0E069'

red 208 ◦ green 224 ◦ blue 105

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

Shades of Mindaro #D0E069

Tints of Mindaro #D0E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.71%

 BLUE value IS 105 (41.41% from 255) = 19.55%

R = 38.73%
G = 41.71%
B = 19.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#D0E069 (or 0xD0E069) is known color: Mindaro. HEX triplet: D0, E0 and 69. RGB value is (208,224,105). Sum of RGB (Red+Green+Blue) = 208+224+105=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E069 is #2F1F96. Grayscale: #CECECE. Windows color (decimal): -3088279 or 6938832. OLE color: 6938832.

HSL color Cylindrical-coordinate representation of color #D0E069: hue angle of 68.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0E069 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 105 -
CMYK 0.07 0 0.53 0.12
HSL 68.07º 0.66% 0.65% -
HSV(B) 68.07º 0.53% 0.88% -
XYZ 55.22 67.74 23.53 -
YUV 205.65 71.2 129.68 -
System Red Green Blue C M Y K H S L
Decimal 208 224 105 0.07 0 0.53 0.12 68.07 0.66 0.65
Hex D0 E0 69 7 0 35 C 44 42 41
Octal 320 340 151 7 0 65 14 104 102 101
Binary 11010000 11100000 1101001 111 0 110101 1100 1000100 1000010 1000001

Color Harmonies of #D0E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E069

Black with #D0E069

Text Example


Text Example

White with #D0E069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E069; }

 p { color: rgb(208,224,105); }

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

background-color css

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

 a { background-color: rgb(208,224,105); }

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

border-color css

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

 span { border-color: rgb(208,224,105); }

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