Html Css Color HEX #DCF267 Mindaro

📋 copy color: '#DCF267'

red 220 ◦ green 242 ◦ blue 103

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

Shades of Mindaro #DCF267

Tints of Mindaro #DCF267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.23%

R = 38.94%
G = 42.83%
B = 18.23%

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

#DCF267 (or 0xDCF267) is known color: Mindaro. HEX triplet: DC, F2 and 67. RGB value is (220,242,103). Sum of RGB (Red+Green+Blue) = 220+242+103=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF267 is #230D98. Grayscale: #DCDCDC. Windows color (decimal): -2297241 or 6812380. OLE color: 6812380.

HSL color Cylindrical-coordinate representation of color #DCF267: hue angle of 69.5º 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 #DCF267 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 103 -
CMYK 0.09 0 0.57 0.05
HSL 69.5º 0.84% 0.68% -
HSV(B) 69.5º 0.57% 0.95% -
XYZ 63.72 79.7 24.86 -
YUV 219.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 220 242 103 0.09 0 0.57 0.05 69.5 0.84 0.68
Hex DC F2 67 9 0 39 5 45 54 44
Octal 334 362 147 11 0 71 5 105 124 104
Binary 11011100 11110010 1100111 1001 0 111001 101 1000101 1010100 1000100

Color Harmonies of #DCF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF267

Black with #DCF267

Text Example


Text Example

White with #DCF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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