Html Css Color HEX #DCEE65 Mindaro

📋 copy color: '#DCEE65'

red 220 ◦ green 238 ◦ blue 101

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

Shades of Mindaro #DCEE65

Tints of Mindaro #DCEE65

RGB

 RED value IS 220 (86.33% from 255) = 39.36%

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

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

R = 39.36%
G = 42.58%
B = 18.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#DCEE65 (or 0xDCEE65) is known color: Mindaro. HEX triplet: DC, EE and 65. RGB value is (220,238,101). Sum of RGB (Red+Green+Blue) = 220+238+101=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE65 is #23119A. Grayscale: #D9D9D9. Windows color (decimal): -2298267 or 6680284. OLE color: 6680284.

HSL color Cylindrical-coordinate representation of color #DCEE65: hue angle of 67.88º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCEE65 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 101 -
CMYK 0.08 0 0.58 0.07
HSL 67.88º 0.8% 0.66% -
HSV(B) 67.88º 0.58% 0.93% -
XYZ 62.44 77.3 23.94 -
YUV 217 62.54 130.14 -
System Red Green Blue C M Y K H S L
Decimal 220 238 101 0.08 0 0.58 0.07 67.88 0.8 0.66
Hex DC EE 65 8 0 3A 7 44 50 42
Octal 334 356 145 10 0 72 7 104 120 102
Binary 11011100 11101110 1100101 1000 0 111010 111 1000100 1010000 1000010

Color Harmonies of #DCEE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE65

Black with #DCEE65

Text Example


Text Example

White with #DCEE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE65; }

 p { color: rgb(220,238,101); }

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

background-color css

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

 a { background-color: rgb(220,238,101); }

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

border-color css

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

 span { border-color: rgb(220,238,101); }

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