Html Css Color HEX #DCF467 Mindaro

📋 copy color: '#DCF467'

red 220 ◦ green 244 ◦ blue 103

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

Shades of Mindaro #DCF467

Tints of Mindaro #DCF467

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.03%

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

R = 38.8%
G = 43.03%
B = 18.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#DCF467 (or 0xDCF467) is known color: Mindaro. HEX triplet: DC, F4 and 67. RGB value is (220,244,103). Sum of RGB (Red+Green+Blue) = 220+244+103=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF467 is #230B98. Grayscale: #DDDDDD. Windows color (decimal): -2296729 or 6812892. OLE color: 6812892.

HSL color Cylindrical-coordinate representation of color #DCF467: hue angle of 70.21º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF467 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 103 -
CMYK 0.10 0 0.58 0.04
HSL 70.21º 0.87% 0.68% -
HSV(B) 70.21º 0.58% 0.96% -
XYZ 64.31 80.9 25.06 -
YUV 220.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 220 244 103 0.10 0 0.58 0.04 70.21 0.87 0.68
Hex DC F4 67 A 0 3A 4 46 57 44
Octal 334 364 147 12 0 72 4 106 127 104
Binary 11011100 11110100 1100111 1010 0 111010 100 1000110 1010111 1000100

Color Harmonies of #DCF467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF467

Black with #DCF467

Text Example


Text Example

White with #DCF467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF467; }

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

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

background-color css

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

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

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

border-color css

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

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

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