Html Css Color HEX #D0E06B Mindaro

📋 copy color: '#D0E06B'

red 208 ◦ green 224 ◦ blue 107

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

Shades of Mindaro #D0E06B

Tints of Mindaro #D0E06B

RGB

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

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

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

R = 38.59%
G = 41.56%
B = 19.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#D0E06B (or 0xD0E06B) is known color: Mindaro. HEX triplet: D0, E0 and 6B. RGB value is (208,224,107). Sum of RGB (Red+Green+Blue) = 208+224+107=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E06B is #2F1F94. Grayscale: #CECECE. Windows color (decimal): -3088277 or 7069904. OLE color: 7069904.

HSL color Cylindrical-coordinate representation of color #D0E06B: hue angle of 68.21º degrees, saturation: 0.65, 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 #D0E06B is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 107 -
CMYK 0.07 0 0.52 0.12
HSL 68.21º 0.65% 0.65% -
HSV(B) 68.21º 0.52% 0.88% -
XYZ 55.32 67.78 24.08 -
YUV 205.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 208 224 107 0.07 0 0.52 0.12 68.21 0.65 0.65
Hex D0 E0 6B 7 0 34 C 44 41 41
Octal 320 340 153 7 0 64 14 104 101 101
Binary 11010000 11100000 1101011 111 0 110100 1100 1000100 1000001 1000001

Color Harmonies of #D0E06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E06B

Black with #D0E06B

Text Example


Text Example

White with #D0E06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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