Html Css Color HEX #DCF07D Mindaro

📋 copy color: '#DCF07D'

red 220 ◦ green 240 ◦ blue 125

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

Shades of Mindaro #DCF07D

Tints of Mindaro #DCF07D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

 BLUE value IS 125 (49.22% from 255) = 21.37%

R = 37.61%
G = 41.03%
B = 21.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#DCF07D (or 0xDCF07D) is known color: Mindaro. HEX triplet: DC, F0 and 7D. RGB value is (220,240,125). Sum of RGB (Red+Green+Blue) = 220+240+125=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF07D is #230F82. Grayscale: #DDDDDD. Windows color (decimal): -2297731 or 8253660. OLE color: 8253660.

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

Color convert

RGB 220 240 125 -
CMYK 0.08 0 0.48 0.06
HSL 70.43º 0.79% 0.72% -
HSV(B) 70.43º 0.48% 0.94% -
XYZ 64.38 79.02 31.26 -
YUV 220.91 73.87 127.35 -
System Red Green Blue C M Y K H S L
Decimal 220 240 125 0.08 0 0.48 0.06 70.43 0.79 0.72
Hex DC F0 7D 8 0 30 6 46 4F 48
Octal 334 360 175 10 0 60 6 106 117 110
Binary 11011100 11110000 1111101 1000 0 110000 110 1000110 1001111 1001000

Color Harmonies of #DCF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF07D

Black with #DCF07D

Text Example


Text Example

White with #DCF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF07D; }

 p { color: rgb(220,240,125); }

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

background-color css

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

 a { background-color: rgb(220,240,125); }

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

border-color css

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

 span { border-color: rgb(220,240,125); }

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