Html Css Color HEX #D0EE5C Mindaro

📋 copy color: '#D0EE5C'

red 208 ◦ green 238 ◦ blue 92

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

Shades of Mindaro #D0EE5C

Tints of Mindaro #D0EE5C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.24%

 BLUE value IS 92 (36.33% from 255) = 17.1%

R = 38.66%
G = 44.24%
B = 17.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#D0EE5C (or 0xD0EE5C) is known color: Mindaro. HEX triplet: D0, EE and 5C. RGB value is (208,238,92). Sum of RGB (Red+Green+Blue) = 208+238+92=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE5C is #2F11A3. Grayscale: #D4D4D4. Windows color (decimal): -3084708 or 6090448. OLE color: 6090448.

HSL color Cylindrical-coordinate representation of color #D0EE5C: hue angle of 72.33º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0EE5C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 92 -
CMYK 0.13 0 0.61 0.07
HSL 72.33º 0.81% 0.65% -
HSV(B) 72.33º 0.61% 0.93% -
XYZ 58.52 75.33 21.58 -
YUV 212.39 60.06 124.87 -
System Red Green Blue C M Y K H S L
Decimal 208 238 92 0.13 0 0.61 0.07 72.33 0.81 0.65
Hex D0 EE 5C D 0 3D 7 48 51 41
Octal 320 356 134 15 0 75 7 110 121 101
Binary 11010000 11101110 1011100 1101 0 111101 111 1001000 1010001 1000001

Color Harmonies of #D0EE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EE5C

Black with #D0EE5C

Text Example


Text Example

White with #D0EE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EE5C; }

 p { color: rgb(208,238,92); }

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

background-color css

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

 a { background-color: rgb(208,238,92); }

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

border-color css

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

 span { border-color: rgb(208,238,92); }

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