Html Css Color HEX #DCF268 Mindaro

📋 copy color: '#DCF268'

red 220 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #DCF268

Tints of Mindaro #DCF268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.37%

R = 38.87%
G = 42.76%
B = 18.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DCF268 (or 0xDCF268) is known color: Mindaro. HEX triplet: DC, F2 and 68. RGB value is (220,242,104). Sum of RGB (Red+Green+Blue) = 220+242+104=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF268 is #230D97. Grayscale: #DCDCDC. Windows color (decimal): -2297240 or 6877916. OLE color: 6877916.

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

Color convert

RGB 220 242 104 -
CMYK 0.09 0 0.57 0.05
HSL 69.57º 0.84% 0.68% -
HSV(B) 69.57º 0.57% 0.95% -
XYZ 63.77 79.72 25.12 -
YUV 219.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 220 242 104 0.09 0 0.57 0.05 69.57 0.84 0.68
Hex DC F2 68 9 0 39 5 46 54 44
Octal 334 362 150 11 0 71 5 106 124 104
Binary 11011100 11110010 1101000 1001 0 111001 101 1000110 1010100 1000100

Color Harmonies of #DCF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF268

Black with #DCF268

Text Example


Text Example

White with #DCF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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