Html Css Color HEX #DCF25D Mindaro

📋 copy color: '#DCF25D'

red 220 ◦ green 242 ◦ blue 93

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

Shades of Mindaro #DCF25D

Tints of Mindaro #DCF25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.6%

 BLUE value IS 93 (36.72% from 255) = 16.76%

R = 39.64%
G = 43.6%
B = 16.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#DCF25D (or 0xDCF25D) is known color: Mindaro. HEX triplet: DC, F2 and 5D. RGB value is (220,242,93). Sum of RGB (Red+Green+Blue) = 220+242+93=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF25D is #230DA2. Grayscale: #DBDBDB. Windows color (decimal): -2297251 or 6157020. OLE color: 6157020.

HSL color Cylindrical-coordinate representation of color #DCF25D: hue angle of 68.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCF25D is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 93 -
CMYK 0.09 0 0.62 0.05
HSL 68.86º 0.85% 0.66% -
HSV(B) 68.86º 0.62% 0.95% -
XYZ 63.24 79.51 22.37 -
YUV 218.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 220 242 93 0.09 0 0.62 0.05 68.86 0.85 0.66
Hex DC F2 5D 9 0 3E 5 45 55 42
Octal 334 362 135 11 0 76 5 105 125 102
Binary 11011100 11110010 1011101 1001 0 111110 101 1000101 1010101 1000010

Color Harmonies of #DCF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF25D

Black with #DCF25D

Text Example


Text Example

White with #DCF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF25D; }

 p { color: rgb(220,242,93); }

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

background-color css

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

 a { background-color: rgb(220,242,93); }

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

border-color css

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

 span { border-color: rgb(220,242,93); }

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