Html Css Color HEX #D0E268 Mindaro

📋 copy color: '#D0E268'

red 208 ◦ green 226 ◦ blue 104

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

Shades of Mindaro #D0E268

Tints of Mindaro #D0E268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.01%

 BLUE value IS 104 (41.02% from 255) = 19.33%

R = 38.66%
G = 42.01%
B = 19.33%

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

#D0E268 (or 0xD0E268) is known color: Mindaro. HEX triplet: D0, E2 and 68. RGB value is (208,226,104). Sum of RGB (Red+Green+Blue) = 208+226+104=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E268 is #2F1D97. Grayscale: #CFCFCF. Windows color (decimal): -3087768 or 6873808. OLE color: 6873808.

HSL color Cylindrical-coordinate representation of color #D0E268: hue angle of 68.85º degrees, saturation: 0.68, 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 #D0E268 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 104 -
CMYK 0.08 0 0.54 0.11
HSL 68.85º 0.68% 0.65% -
HSV(B) 68.85º 0.54% 0.89% -
XYZ 55.71 68.8 23.44 -
YUV 206.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 208 226 104 0.08 0 0.54 0.11 68.85 0.68 0.65
Hex D0 E2 68 8 0 36 B 45 44 41
Octal 320 342 150 10 0 66 13 105 104 101
Binary 11010000 11100010 1101000 1000 0 110110 1011 1000101 1000100 1000001

Color Harmonies of #D0E268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E268

Black with #D0E268

Text Example


Text Example

White with #D0E268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E268; }

 p { color: rgb(208,226,104); }

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

background-color css

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

 a { background-color: rgb(208,226,104); }

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

border-color css

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

 span { border-color: rgb(208,226,104); }

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