Html Css Color HEX #D0E369 Mindaro

📋 copy color: '#D0E369'

red 208 ◦ green 227 ◦ blue 105

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

Shades of Mindaro #D0E369

Tints of Mindaro #D0E369

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.04%

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

R = 38.52%
G = 42.04%
B = 19.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#D0E369 (or 0xD0E369) is known color: Mindaro. HEX triplet: D0, E3 and 69. RGB value is (208,227,105). Sum of RGB (Red+Green+Blue) = 208+227+105=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E369 is #2F1C96. Grayscale: #CFCFCF. Windows color (decimal): -3087511 or 6939600. OLE color: 6939600.

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

Color convert

RGB 208 227 105 -
CMYK 0.08 0 0.54 0.11
HSL 69.34º 0.69% 0.65% -
HSV(B) 69.34º 0.54% 0.89% -
XYZ 56.03 69.37 23.8 -
YUV 207.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 208 227 105 0.08 0 0.54 0.11 69.34 0.69 0.65
Hex D0 E3 69 8 0 36 B 45 45 41
Octal 320 343 151 10 0 66 13 105 105 101
Binary 11010000 11100011 1101001 1000 0 110110 1011 1000101 1000101 1000001

Color Harmonies of #D0E369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E369

Black with #D0E369

Text Example


Text Example

White with #D0E369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E369; }

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

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

background-color css

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

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

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

border-color css

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

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

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