Html Css Color HEX #D0E665 Mindaro

📋 copy color: '#D0E665'

red 208 ◦ green 230 ◦ blue 101

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

Shades of Mindaro #D0E665

Tints of Mindaro #D0E665

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.67%

 BLUE value IS 101 (39.84% from 255) = 18.74%

R = 38.59%
G = 42.67%
B = 18.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#D0E665 (or 0xD0E665) is known color: Mindaro. HEX triplet: D0, E6 and 65. RGB value is (208,230,101). Sum of RGB (Red+Green+Blue) = 208+230+101=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E665 is #2F199A. Grayscale: #D1D1D1. Windows color (decimal): -3086747 or 6678224. OLE color: 6678224.

HSL color Cylindrical-coordinate representation of color #D0E665: hue angle of 70.23º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0E665 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 230 101 -
CMYK 0.10 0 0.56 0.10
HSL 70.23º 0.72% 0.65% -
HSV(B) 70.23º 0.56% 0.9% -
XYZ 56.66 70.94 23.02 -
YUV 208.72 67.21 127.49 -
System Red Green Blue C M Y K H S L
Decimal 208 230 101 0.10 0 0.56 0.10 70.23 0.72 0.65
Hex D0 E6 65 A 0 38 A 46 48 41
Octal 320 346 145 12 0 70 12 106 110 101
Binary 11010000 11100110 1100101 1010 0 111000 1010 1000110 1001000 1000001

Color Harmonies of #D0E665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E665

Black with #D0E665

Text Example


Text Example

White with #D0E665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E665; }

 p { color: rgb(208,230,101); }

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

background-color css

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

 a { background-color: rgb(208,230,101); }

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

border-color css

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

 span { border-color: rgb(208,230,101); }

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