Html Css Color HEX #DCEE75 Mindaro

📋 copy color: '#DCEE75'

red 220 ◦ green 238 ◦ blue 117

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

Shades of Mindaro #DCEE75

Tints of Mindaro #DCEE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.35%

R = 38.26%
G = 41.39%
B = 20.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DCEE75 (or 0xDCEE75) is known color: Mindaro. HEX triplet: DC, EE and 75. RGB value is (220,238,117). Sum of RGB (Red+Green+Blue) = 220+238+117=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE75 is #23118A. Grayscale: #DBDBDB. Windows color (decimal): -2298251 or 7728860. OLE color: 7728860.

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

Color convert

RGB 220 238 117 -
CMYK 0.08 0 0.51 0.07
HSL 68.93º 0.78% 0.7% -
HSV(B) 68.93º 0.51% 0.93% -
XYZ 63.3 77.65 28.48 -
YUV 218.82 70.54 128.84 -
System Red Green Blue C M Y K H S L
Decimal 220 238 117 0.08 0 0.51 0.07 68.93 0.78 0.7
Hex DC EE 75 8 0 33 7 45 4E 46
Octal 334 356 165 10 0 63 7 105 116 106
Binary 11011100 11101110 1110101 1000 0 110011 111 1000101 1001110 1000110

Color Harmonies of #DCEE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE75

Black with #DCEE75

Text Example


Text Example

White with #DCEE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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