Html Css Color HEX #D0E16B Mindaro

📋 copy color: '#D0E16B'

red 208 ◦ green 225 ◦ blue 107

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

Shades of Mindaro #D0E16B

Tints of Mindaro #D0E16B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

 BLUE value IS 107 (42.19% from 255) = 19.81%

R = 38.52%
G = 41.67%
B = 19.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#D0E16B (or 0xD0E16B) is known color: Mindaro. HEX triplet: D0, E1 and 6B. RGB value is (208,225,107). Sum of RGB (Red+Green+Blue) = 208+225+107=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E16B is #2F1E94. Grayscale: #CECECE. Windows color (decimal): -3088021 or 7070160. OLE color: 7070160.

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

Color convert

RGB 208 225 107 -
CMYK 0.08 0 0.52 0.12
HSL 68.64º 0.66% 0.65% -
HSV(B) 68.64º 0.52% 0.88% -
XYZ 55.59 68.32 24.17 -
YUV 206.47 71.87 129.09 -
System Red Green Blue C M Y K H S L
Decimal 208 225 107 0.08 0 0.52 0.12 68.64 0.66 0.65
Hex D0 E1 6B 8 0 34 C 45 42 41
Octal 320 341 153 10 0 64 14 105 102 101
Binary 11010000 11100001 1101011 1000 0 110100 1100 1000101 1000010 1000001

Color Harmonies of #D0E16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E16B

Black with #D0E16B

Text Example


Text Example

White with #D0E16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E16B; }

 p { color: rgb(208,225,107); }

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

background-color css

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

 a { background-color: rgb(208,225,107); }

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

border-color css

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

 span { border-color: rgb(208,225,107); }

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