Html Css Color HEX #DCEF75 Mindaro

📋 copy color: '#DCEF75'

red 220 ◦ green 239 ◦ blue 117

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

Shades of Mindaro #DCEF75

Tints of Mindaro #DCEF75

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.49%

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

R = 38.19%
G = 41.49%
B = 20.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DCEF75 (or 0xDCEF75) is known color: Mindaro. HEX triplet: DC, EF and 75. RGB value is (220,239,117). Sum of RGB (Red+Green+Blue) = 220+239+117=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF75 is #23108A. Grayscale: #DBDBDB. Windows color (decimal): -2297995 or 7729116. OLE color: 7729116.

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

Color convert

RGB 220 239 117 -
CMYK 0.08 0 0.51 0.06
HSL 69.34º 0.79% 0.7% -
HSV(B) 69.34º 0.51% 0.94% -
XYZ 63.59 78.23 28.58 -
YUV 219.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 220 239 117 0.08 0 0.51 0.06 69.34 0.79 0.7
Hex DC EF 75 8 0 33 6 45 4F 46
Octal 334 357 165 10 0 63 6 105 117 106
Binary 11011100 11101111 1110101 1000 0 110011 110 1000101 1001111 1000110

Color Harmonies of #DCEF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF75

Black with #DCEF75

Text Example


Text Example

White with #DCEF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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