Html Css Color HEX #D0E367 Mindaro

📋 copy color: '#D0E367'

red 208 ◦ green 227 ◦ blue 103

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

Shades of Mindaro #D0E367

Tints of Mindaro #D0E367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.14%

R = 38.66%
G = 42.19%
B = 19.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#D0E367 (or 0xD0E367) is known color: Mindaro. HEX triplet: D0, E3 and 67. RGB value is (208,227,103). Sum of RGB (Red+Green+Blue) = 208+227+103=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E367 is #2F1C98. Grayscale: #CFCFCF. Windows color (decimal): -3087513 or 6808528. OLE color: 6808528.

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

Color convert

RGB 208 227 103 -
CMYK 0.08 0 0.55 0.11
HSL 69.19º 0.69% 0.65% -
HSV(B) 69.19º 0.55% 0.89% -
XYZ 55.93 69.33 23.27 -
YUV 207.18 69.21 128.58 -
System Red Green Blue C M Y K H S L
Decimal 208 227 103 0.08 0 0.55 0.11 69.19 0.69 0.65
Hex D0 E3 67 8 0 37 B 45 45 41
Octal 320 343 147 10 0 67 13 105 105 101
Binary 11010000 11100011 1100111 1000 0 110111 1011 1000101 1000101 1000001

Color Harmonies of #D0E367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E367

Black with #D0E367

Text Example


Text Example

White with #D0E367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E367; }

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

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

background-color css

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

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

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

border-color css

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

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

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